File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -683,7 +683,7 @@ alias.*::
683
683
confusion and troubles with script usage, aliases that
684
684
hide existing Git commands are ignored. Arguments are split by
685
685
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.
687
687
+
688
688
If the alias expansion is prefixed with an exclamation point,
689
689
it will be treated as a shell command. For example, defining
@@ -2339,7 +2339,7 @@ status.showUntrackedFiles::
2339
2339
files which are not currently tracked by Git. Directories which
2340
2340
contain only untracked files, are shown with the directory name
2341
2341
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
2343
2343
systems. So, this variable controls how the commands displays
2344
2344
the untracked files. Possible values are:
2345
2345
+
You can’t perform that action at this time.
0 commit comments