summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8553b77)
raw | patch | inline | side by side (parent: 8553b77)
author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 24 Nov 2006 20:59:34 +0000 (15:59 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 24 Nov 2006 20:59:34 +0000 (15:59 -0500) |
Apparently I missed the file state MD, which is a file modified and
updated in the index but then removed from the working directory. This
should be treated just like AD, an added file which has been deleted from
the working directory.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
updated in the index but then removed from the working directory. This
should be treated just like AD, an added file which has been deleted from
the working directory.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui | patch | blob | history |
index dd2d750ab17f9c1831ffea70459d07726bfcfaec..e9d4600a252b054fefd09d7838d54fdc363526f3 100755 (executable)
--- a/git-gui
+++ b/git-gui
AM -
AD -
MM -
+ MD -
DM {
set file_states($path) [list \
_[string index $m 1] \
AM -
AD -
MM -
+ MD -
U? -
_M -
_D -
AM -
AD -
MM -
+ MD -
_M -
_D {lappend paths $path}
}