git-gui: Allow update_index to also run a script when it completes.
commit04b393824ff57b5fcb881a00466e513cd4ad2a7f
authorShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:42:32 +0000 (14 01:42 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:42:32 +0000 (14 01:42 -0500)
tree2501f0f118460c7ecd2e894040c4e5f8091ded4a
parent8f52548a9ed078d581379ad526a4259920f80a88
git-gui: Allow update_index to also run a script when it completes.

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>
git-gui