summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-05-02 14:45:15 -0700
committerJunio C Hamano <gitster@pobox.com>2014-05-02 14:45:15 -0700
commit796c55f0e8d621fca837a746591b7a1ee76fcee0 (patch)
tree14acd3b105b0bb2c2cf0eba7867e43c0ea40cc78 /config.txt
parentbe244801aa238d456c7b136e120428ae45440c59 (diff)
downloadgit-htmldocs-796c55f0e8d621fca837a746591b7a1ee76fcee0.tar.gz
Autogenerated HTML docs for v2.0.0-rc2
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index d8b6cc965..1932e9b9a 100644
--- a/config.txt
+++ b/config.txt
@@ -1340,6 +1340,10 @@ gui.diffcontext::
Specifies how many context lines should be used in calls to diff
made by the linkgit:git-gui[1]. The default is "5".
+gui.displayuntracked::
+ Determines if linkgit::git-gui[1] shows untracked files
+ in the file list. The default is "true".
+
gui.encoding::
Specifies the default encoding to use for displaying of
file contents in linkgit:git-gui[1] and linkgit:gitk[1].