Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: use different icon for new and modified files in the index
author
Peter Oberndorfer
<kumbayo84@arcor.de>
Sun, 24 Jan 2010 18:54:19 +0000
(19:54 +0100)
committer
Shawn O. Pearce
<spearce@spearce.org>
Mon, 25 Jan 2010 15:31:38 +0000
(07:31 -0800)
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>
git-gui.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a9fa11f
)
diff --git
a/git-gui.sh
b/git-gui.sh
index 81143c71b4342016aff786692e83af00c390395f..aafb732c4b360720e6ab258533e32b327eb99386 100755
(executable)
--- 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