Skip to content

Commit 71069cd

Browse files
nicodergitster
authored andcommitted
config.txt: fix typo
Signed-off-by: Nicolas Dermine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e50cd67 commit 71069cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ status.showUntrackedFiles::
22952295
files which are not currently tracked by Git. Directories which
22962296
contain only untracked files, are shown with the directory name
22972297
only. Showing untracked files means that Git needs to lstat() all
2298-
all the files in the whole repository, which might be slow on some
2298+
the files in the whole repository, which might be slow on some
22992299
systems. So, this variable controls how the commands displays
23002300
the untracked files. Possible values are:
23012301
+

0 commit comments

Comments
 (0)