Documentation: git-gui: describe gui.displayuntracked

Signed-off-by: Max Kirillov <max@max630.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Max Kirillov 2014-04-20 00:47:14 +03:00 committed by Junio C Hamano
parent cc291953df
commit ec9fa62a10
1 changed files with 4 additions and 0 deletions

View File

@ -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].