Skip to content

Commit a4c4708

Browse files
committed
Sync with maint
* maint: Documentation/config.txt: fix minor typo config.txt: fix typo
2 parents bd51886 + a79c3a1 commit a4c4708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ alias.*::
683683
confusion and troubles with script usage, aliases that
684684
hide existing Git commands are ignored. Arguments are split by
685685
spaces, the usual shell quoting and escaping is supported.
686-
quote pair and a backslash can be used to quote them.
686+
A quote pair or a backslash can be used to quote them.
687687
+
688688
If the alias expansion is prefixed with an exclamation point,
689689
it will be treated as a shell command. For example, defining
@@ -2339,7 +2339,7 @@ status.showUntrackedFiles::
23392339
files which are not currently tracked by Git. Directories which
23402340
contain only untracked files, are shown with the directory name
23412341
only. Showing untracked files means that Git needs to lstat() all
2342-
all the files in the whole repository, which might be slow on some
2342+
the files in the whole repository, which might be slow on some
23432343
systems. So, this variable controls how the commands displays
23442344
the untracked files. Possible values are:
23452345
+

0 commit comments

Comments
 (0)