author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 1 Jun 2007 03:34:24 +0000 (23:34 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 1 Jun 2007 03:34:24 +0000 (23:34 -0400) |
* maint:
git-gui: Allow as few as 0 lines of diff context
git-gui: Allow as few as 0 lines of diff context
1 | 2 | |||
---|---|---|---|---|
git-gui.sh | patch | | diff1 | | diff2 | | blob | history |
lib/option.tcl | patch | | diff1 | | diff2 | | blob | history |
diff --cc git-gui.sh
Simple merge
diff --cc lib/option.tcl
index 4924b9aa56ce70c67331b515b8b508aeb241b6f8,11dd9be6b95c2a1fd0155e49c45b5946aabf5f9e..ba2a723fce1b1cef8f4fc166e60e842e63c9842d
--- 1/lib/option.tcl
--- 2/lib/option.tcl
+++ b/lib/option.tcl
{b merge.summary {Summarize Merge Commits}}
{i-1..5 merge.verbosity {Merge Verbosity}}
+ {b merge.diffstat {Show Diffstat After Merge}}
{b gui.trustmtime {Trust File Modification Timestamps}}
- {i-1..99 gui.diffcontext {Number of Diff Context Lines}}
+ {b gui.pruneduringfetch {Prune Tracking Branches During Fetch}}
+ {i-0..99 gui.diffcontext {Number of Diff Context Lines}}
{t gui.newbranchtemplate {New Branch Name Template}}
} {
set type [lindex $option 0]