From 4c474b6f92a2aa0b5aea282fe281e8f65279380a Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Mon, 23 Apr 2007 13:17:19 -0400 Subject: add file checkout progress It is nice to see what is happening when checking out large amount of files, either with git-checkout or git-reset. The new progress code already decides what is a "significant amount" and displays progress only in that case.. Signed-off-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- git-reset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-reset.sh') diff --git a/git-reset.sh b/git-reset.sh index fee6d98d9c..a172d7ce25 100755 --- a/git-reset.sh +++ b/git-reset.sh @@ -71,7 +71,7 @@ then die "Cannot do a soft reset in the middle of a merge." fi else - git-read-tree --reset $update "$rev" || exit + git-read-tree -v --reset $update "$rev" || exit fi # Any resets update HEAD to the head being switched to. -- cgit v1.2.3