git-gui: Refactor update_status -> rescan.
commit99058720df7981aaaaf64e9a0d2c658d90b82340
authorShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:19:03 +0000 (14 01:19 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 14 Nov 2006 06:19:03 +0000 (14 01:19 -0500)
tree77d0f8815483f27fdf906c28c5e5a973f1c03e1f
parent24263b77165edfd438045ed3c25ec6669b3e76d4
git-gui: Refactor update_status -> rescan.

Since we refer to the act of updating our memory structures with index
and working directory differences as a rescan in the UI its probably
a good idea to make the related procedures have the same name.

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