summaryrefslogtreecommitdiff
path: root/lib/commit.tcl
diff options
context:
space:
mode:
authorLibravatar Gustaf Hendeby <hendeby@isy.liu.se>2008-08-22 22:10:27 +0200
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2008-08-24 21:36:17 -0700
commite681cb7d6a00b4860c84bf8ca7b8d8dab366c9fc (patch)
tree16ba718b7f41741b6f096ac2666fc755600d227e /lib/commit.tcl
parentgit-gui: update all remaining translations to French. (diff)
downloadtgif-e681cb7d6a00b4860c84bf8ca7b8d8dab366c9fc.tar.xz
git-gui: Teach git gui about file type changes
Signed-off-by: Gustaf Hendeby <hendeby@isy.liu.se> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/commit.tcl')
-rw-r--r--lib/commit.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/commit.tcl b/lib/commit.tcl
index 40a7103557..f4ab70784c 100644
--- a/lib/commit.tcl
+++ b/lib/commit.tcl
@@ -149,6 +149,7 @@ The rescan will be automatically started now.
_? {continue}
A? -
D? -
+ T_ -
M? {set files_ready 1}
U? {
error_popup [mc "Unmerged files cannot be committed.
@@ -428,6 +429,7 @@ A rescan will be automatically started now.
__ -
A_ -
M_ -
+ T_ -
D_ {
unset file_states($path)
catch {unset selected_paths($path)}