Skip to content

Commit 0602de4

Browse files
kumbayospearce
authored andcommitted
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 <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent a9fa11f commit 0602de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ set ui_index .vpane.files.index.list
19041904
set ui_workdir .vpane.files.workdir.list
19051905
19061906
set all_icons(_$ui_index) file_plain
1907-
set all_icons(A$ui_index) file_fulltick
1907+
set all_icons(A$ui_index) file_plain
19081908
set all_icons(M$ui_index) file_fulltick
19091909
set all_icons(D$ui_index) file_removed
19101910
set all_icons(U$ui_index) file_merge

0 commit comments

Comments
 (0)