File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ page](https://git-scm.com/docs/git-gui).
1111Git GUI was initially written by Shawn O. Pearce, and is distributed with the
1212standard Git installation.
1313
14+ Examples of ` git gui blame ` and ` git citool ` , the most popular tools in the git-gui
15+ suite:
16+
17+ ![ git gui blame example] ( docs/git-gui-blame-example.png )
18+
19+ ![ git citool example] ( docs/git-citool-example.png )
20+
1421# Building and installing
1522
1623You need to have the following dependencies installed before you begin:
Original file line number Diff line number Diff line change @@ -3114,7 +3114,7 @@ pack .vpane -anchor n -side top -fill both -expand 1
31143114
31153115# -- Working Directory File List
31163116
3117- textframe .vpane.files.workdir -height 100 -width 200
3117+ textframe .vpane.files.workdir -height 300 -width 400
31183118tlabel .vpane.files.workdir.title -text [mc " Unstaged Changes" ] \
31193119 -background lightsalmon -foreground black
31203120ttext $ui_workdir \
@@ -3135,7 +3135,7 @@ pack $ui_workdir -side left -fill both -expand 1
31353135
31363136# -- Index File List
31373137#
3138- textframe .vpane.files.index -height 100 -width 200
3138+ textframe .vpane.files.index -height 300 -width 400
31393139tlabel .vpane.files.index.title \
31403140 -text [mc " Staged Changes (Will Commit)" ] \
31413141 -background lightgreen -foreground black
You can’t perform that action at this time.
0 commit comments