git-gui: Allow update_index to also run a script when it completes.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:42:32 +0000 (01:42 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:42:32 +0000 (01:42 -0500)
Like rescan we also have cases where we need to perform a script
after we have finished updating a number of files in the index. By
changing the parameter structure of update_index we can easily pass
through any script we need to run afterwards, such as picking up
in the middle of a commit, or finishing what is left of a rescan.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found