git-gui: Supply progress feedback when running update-index.
commit74e6b12f5831a8c93a5d3c90118a73e908d0680a
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 11:35:14 +0000 (12 06:35 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 11:35:14 +0000 (12 06:35 -0500)
tree68ef11a44eb6be120201ca8b96d838a7a795c598
parent92148d8091d148e219b88e4d555a386ffa78f575
git-gui: Supply progress feedback when running update-index.

The git-update-index process can take a while to process a large
number of files; for example my laptop would probably need almost
an hour to chug through 20,000 modified files.  In these incredibly
large cases the user should be given at least some feedback to let
them know the application is still working on their behalf, even if
it won't them do anything else (as the index is locked).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui