From: Peter Oberndorfer Date: Sun, 24 Jan 2010 18:54:19 +0000 (+0100) Subject: git-gui: use different icon for new and modified files in the index X-Git-Tag: v1.7.0-rc2^2~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0602de48f74ca0d55db93ce6cdabb1576e41605a;p=git.git 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 Signed-off-by: Shawn O. Pearce --- diff --git a/git-gui.sh b/git-gui.sh index 81143c71b..aafb732c4 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