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.*::
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+
688688If the alias expansion is prefixed with an exclamation point,
689689it 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+
You can’t perform that action at this time.
0 commit comments