author | Nicolas Pitre <nico@cam.org> | |
Mon, 23 Apr 2007 17:17:19 +0000 (13:17 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 24 Apr 2007 04:39:28 +0000 (21:39 -0700) | ||
commit | 4c474b6f92a2aa0b5aea282fe281e8f65279380a | |
tree | 9814bdeedd7a8dfe6c0f5d264f73e2b5aa772f4c | tree | snapshot |
parent | 2cc3167c688d1c91bc4cb9b1caa737b9d4971056 | commit | diff |
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 <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout.sh | diff | blob | history | |
git-reset.sh | diff | blob | history |