git-gui: Provide an after-rescan script to rescan.
commit8f52548a9ed078d581379ad526a4259920f80a88
authorShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:29:32 +0000 (14 01:29 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:29:32 +0000 (14 01:29 -0500)
tree032aef3a3494fa7079de3883c158634e18aaa1c1
parent99058720df7981aaaaf64e9a0d2c658d90b82340
git-gui: Provide an after-rescan script to rescan.

There are some situations where we need to run rescan and have it do
more than just updating the status in the UI when its complete.  To
help with that this changes the rescan procedure to take a script which
it will run at the global level as soon as the rescan is done and the
UI has finished updating with the results.  This is useful for example
if we performed a rescan as part of a commit operation; we can go back
to the commit where we left off when the rescan got initiated.

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