Code

git-gui: Correct disappearing unstaged files.
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 18:25:06 +0000 (13:25 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Jan 2007 03:47:54 +0000 (22:47 -0500)
commita4b1786b954917294483feb176e6ca473e01b615
treec5310ceeeb61d11e4bdfd03116d0248e49018fe5
parent6bdc929984f84318783ef320115f46151fa4f0d6
git-gui: Correct disappearing unstaged files.

A prior commit tried to use the old index state for the old working
directory state during a UI refresh of a file.  This caused files
which were being unstaged (and thus becoming unmodified) to drop
out of the working directory side of the display, at least until
the user performed a rescan to force the UI to redisplay everything.

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