Browse Source

config.txt: fix typo

Signed-off-by: Nicolas Dermine <nicolas.dermine@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Nicolas Dermine 10 years ago committed by Junio C Hamano
parent
commit
71069cdfc7
  1. 2
      Documentation/config.txt

2
Documentation/config.txt

@ -2295,7 +2295,7 @@ status.showUntrackedFiles:: @@ -2295,7 +2295,7 @@ status.showUntrackedFiles::
files which are not currently tracked by Git. Directories which
contain only untracked files, are shown with the directory name
only. Showing untracked files means that Git needs to lstat() all
all the files in the whole repository, which might be slow on some
the files in the whole repository, which might be slow on some
systems. So, this variable controls how the commands displays
the untracked files. Possible values are:
+

Loading…
Cancel
Save