Skip to content

Commit

Permalink
git-gui: use different icon for new and modified files in the index
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Oberndorfer authored and Shawn O. Pearce committed Jan 25, 2010
1 parent a9fa11f commit 0602de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0602de4

Please sign in to comment.