summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b4b2b84)
raw | patch | inline | side by side (parent: b4b2b84)
author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 03:58:52 +0000 (22:58 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 21 Jan 2007 07:54:22 +0000 (02:54 -0500) |
The DM state cannot really happen. Its implying that the file has
been deleted in the index, but the file in the working directory has
been modified relative to the file in the index. This is complete
nonsense, the file doesn't exist in the index for it to be different
against!
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
been deleted in the index, but the file in the working directory has
been modified relative to the file in the index. This is complete
nonsense, the file doesn't exist in the index for it to be different
against!
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index 9a2b70b47558046bcdda3702c83a347e8e08fae5..be286b0e78d453f5545a98c36f705f3a7d0386a8 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
AM -
AD -
MM -
- MD -
- DM {
+ MD {
set file_states($path) [list \
_[string index $m 1] \
[lindex $s 1] \
A_ -
M_ -
D_ -
- DO -
- DM {
+ DO {
update_indexinfo \
"Removing [short_path $path] from commit" \
[list $path] \