diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-01-14 00:28:58 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-14 12:20:39 -0800 |
commit | 3f6ee2d15ab4be8690c17c0af0338b8495f6f706 (patch) | |
tree | 896f8c3a056ab5608d0db694e87e69c1162ee34b /builtin-grep.c | |
parent | 66a155bc129b12f1f13be8e3f20e57db5ace0e6f (diff) | |
download | git-3f6ee2d15ab4be8690c17c0af0338b8495f6f706.tar.gz |
Display a progress meter during merge-recursive.
Because large merges on slow systems can take up to a minute to
execute we should try to keep the user entertained with a progress
meter to let them know how far we have progressed through the
current merge.
The progress meter considers each entry in the in-memory index to
be a unit, which means a single recursive merge will double the
number of units in the progress meter. Files which are unmerged
after the 3-way tree merge are also considered a unit within the
progress meter.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-grep.c')
0 files changed, 0 insertions, 0 deletions