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.lorimer.id.au/gitweb.git/diff_plain/0602de48f74ca0d55db93ce6cdabb1576e41605a 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 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