@@ -1749,63 +1749,7 @@ gpg.<format>.program::
1749
1749
be used as a legacy synonym for `gpg.openpgp.program`. The default
1750
1750
value for `gpg.x509.program` is "gpgsm".
1751
1751
1752
- gui.commitMsgWidth::
1753
- Defines how wide the commit message window is in the
1754
- linkgit:git-gui[1]. "75" is the default.
1755
-
1756
- gui.diffContext::
1757
- Specifies how many context lines should be used in calls to diff
1758
- made by the linkgit:git-gui[1]. The default is "5".
1759
-
1760
- gui.displayUntracked::
1761
- Determines if linkgit:git-gui[1] shows untracked files
1762
- in the file list. The default is "true".
1763
-
1764
- gui.encoding::
1765
- Specifies the default encoding to use for displaying of
1766
- file contents in linkgit:git-gui[1] and linkgit:gitk[1].
1767
- It can be overridden by setting the 'encoding' attribute
1768
- for relevant files (see linkgit:gitattributes[5]).
1769
- If this option is not set, the tools default to the
1770
- locale encoding.
1771
-
1772
- gui.matchTrackingBranch::
1773
- Determines if new branches created with linkgit:git-gui[1] should
1774
- default to tracking remote branches with matching names or
1775
- not. Default: "false".
1776
-
1777
- gui.newBranchTemplate::
1778
- Is used as suggested name when creating new branches using the
1779
- linkgit:git-gui[1].
1780
-
1781
- gui.pruneDuringFetch::
1782
- "true" if linkgit:git-gui[1] should prune remote-tracking branches when
1783
- performing a fetch. The default value is "false".
1784
-
1785
- gui.trustmtime::
1786
- Determines if linkgit:git-gui[1] should trust the file modification
1787
- timestamp or not. By default the timestamps are not trusted.
1788
-
1789
- gui.spellingDictionary::
1790
- Specifies the dictionary used for spell checking commit messages in
1791
- the linkgit:git-gui[1]. When set to "none" spell checking is turned
1792
- off.
1793
-
1794
- gui.fastCopyBlame::
1795
- If true, 'git gui blame' uses `-C` instead of `-C -C` for original
1796
- location detection. It makes blame significantly faster on huge
1797
- repositories at the expense of less thorough copy detection.
1798
-
1799
- gui.copyBlameThreshold::
1800
- Specifies the threshold to use in 'git gui blame' original location
1801
- detection, measured in alphanumeric characters. See the
1802
- linkgit:git-blame[1] manual for more information on copy detection.
1803
-
1804
- gui.blamehistoryctx::
1805
- Specifies the radius of history context in days to show in
1806
- linkgit:gitk[1] for the selected commit, when the `Show History
1807
- Context` menu item is invoked from 'git gui blame'. If this
1808
- variable is set to zero, the whole history is shown.
1752
+ include::gui-config.txt[]
1809
1753
1810
1754
guitool.<name>.cmd::
1811
1755
Specifies the shell command line to execute when the corresponding item
0 commit comments