author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 03:57:19 +0000 (22:57 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 07:54:22 +0000 (02:54 -0500) | ||
commit | b4b2b8454bca8f0636260358e3a63b9097351fc1 | |
tree | a5cc0c026809ae99925aad79aa483c69728aea5b | tree | snapshot |
parent | 21e409ad7f85b0557b0baa6d32f9b2064c7aa633 | commit | diff |
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>
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 | diff | blob | history |