aboutsummaryrefslogtreecommitdiff
path: root/lib/commit.tcl
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2010-12-09 21:46:23 +0100
committerPat Thoyts <patthoyts@users.sourceforge.net>2011-01-28 00:16:50 +0000
commit7587f4d32f7479a9fa9ae1767708597702a0be5f (patch)
tree9750628d932d9799be3709db01d7a1cbe2dafe6e /lib/commit.tcl
parent4a065c8a6f0415da6d778dae83ff88e5385a2f0f (diff)
downloadgit-7587f4d32f7479a9fa9ae1767708597702a0be5f.tar.gz
git-7587f4d32f7479a9fa9ae1767708597702a0be5f.tar.xz
git-gui: learn more type change states
Support the following states with type change in git-gui: AT, MT, TD, TM Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
Diffstat (limited to 'lib/commit.tcl')
-rw-r--r--lib/commit.tcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/commit.tcl b/lib/commit.tcl
index 83b3d9d21..5ce46877b 100644
--- a/lib/commit.tcl
+++ b/lib/commit.tcl
@@ -166,7 +166,7 @@ The rescan will be automatically started now.
_? {continue}
A? -
D? -
- T_ -
+ T? -
M? {set files_ready 1}
_U -
U? {
@@ -453,7 +453,11 @@ A rescan will be automatically started now.
}
AM -
AD -
+ AT -
+ TM -
+ TD -
MM -
+ MT -
MD {
set file_states($path) [list \
_[string index $m 1] \