git-gui: Correct DD file state to be only D_.
commitb4b2b8454bca8f0636260358e3a63b9097351fc1
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 03:57:19 +0000 (20 22:57 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:22 +0000 (21 02:54 -0500)
treea5cc0c026809ae99925aad79aa483c69728aea5b
parent21e409ad7f85b0557b0baa6d32f9b2064c7aa633
git-gui: Correct DD file state to be only D_.

Apparently my earlier suspicion that the file state DD was a bug was
correct.  A file which has been deleted from the working directory and
from the index will always get the state of D_ during a rescan.  Thus
the only valid state for this to have is D_.  We should always use only
D_ internally during our state changes.

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