summaryrefslogtreecommitdiff
path: root/git-gui.sh
diff options
context:
space:
mode:
authorPeter Oberndorfer <kumbayo84@arcor.de>2010-01-24 19:54:19 +0100
committerShawn O. Pearce <spearce@spearce.org>2010-01-25 07:31:38 -0800
commit0602de48f74ca0d55db93ce6cdabb1576e41605a (patch)
treefdf0728b3110e52fa98b1f72b51d8a470b121483 /git-gui.sh
parenta9fa11fe5bd5978bb175b3b5663f6477a345d428 (diff)
downloadgit-0602de48f74ca0d55db93ce6cdabb1576e41605a.tar.gz
git-gui: use different icon for new and modified files in the index
This allows to quickly differentiate between new and modified files in the index without selecting the file and looking at the diff. Signed-off-by: Peter Oberndorfer <kumbayo84@arcor.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui.sh')
-rwxr-xr-xgit-gui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh
index 81143c71b4..aafb732c4b 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -1904,7 +1904,7 @@ set ui_index .vpane.files.index.list
set ui_workdir .vpane.files.workdir.list
set all_icons(_$ui_index) file_plain
-set all_icons(A$ui_index) file_fulltick
+set all_icons(A$ui_index) file_plain
set all_icons(M$ui_index) file_fulltick
set all_icons(D$ui_index) file_removed
set all_icons(U$ui_index) file_merge