author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 14 Nov 2006 06:42:32 +0000 (01:42 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 14 Nov 2006 06:42:32 +0000 (01:42 -0500) | ||
commit | 04b393824ff57b5fcb881a00466e513cd4ad2a7f | |
tree | 2501f0f118460c7ecd2e894040c4e5f8091ded4a | tree | snapshot |
parent | 8f52548a9ed078d581379ad526a4259920f80a88 | commit | diff |
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>
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 | diff | blob | history |