diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-04-20 02:37:18 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-20 01:43:57 -0700 |
commit | ad57cbca61afc921349ddb9e884ceee5bf2322a8 (patch) | |
tree | 6d6cfe80e4d5aaada820a81b314aa1d4cb2c3716 /cache.h | |
parent | Remove case-sensitive file in t3030-merge-recursive. (diff) | |
download | tgif-ad57cbca61afc921349ddb9e884ceee5bf2322a8.tar.xz |
Kill the useless progress meter in merge-recursive
The mess known as the progress meter in merge-recursive was my own
fault; I put it in thinking that we might be spending a lot of time
resolving unmerged entries in the index that were not handled by
the simple 3-way index merge code.
Turns out we don't really spend that much time there, so the progress
meter was pretty much always jumping to "(n/n) 100%" as soon as
the program started. That isn't a very good indication of progress.
Since I don't have a great solution for how a progress meter should
work here, I'm proposing we back it out entirely.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'cache.h')
0 files changed, 0 insertions, 0 deletions