diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-03 08:42:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-03 08:42:50 +0200 |
commit | 9124cca61f7edfed70dc5d8bced7fb7cb9fe2221 (patch) | |
tree | e4846bbf73f9bffa34938081fcb839f646153d42 /Documentation/glossary-content.txt | |
parent | Merge branch 'sb/submodule-diff-header-fix' (diff) | |
parent | docs: improve discoverability of exclude pathspec (diff) | |
download | git-9124cca61f7edfed70dc5d8bced7fb7cb9fe2221.tar.xz git-9124cca61f7edfed70dc5d8bced7fb7cb9fe2221.zip |
Merge branch 'mr/doc-negative-pathspec'
Doc updates.
* mr/doc-negative-pathspec:
docs: improve discoverability of exclude pathspec
Diffstat (limited to 'Documentation/glossary-content.txt')
-rw-r--r-- | Documentation/glossary-content.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index b71b943b12..6b8888d123 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -407,7 +407,7 @@ these forms: exclude;; After a path matches any non-exclude pathspec, it will be run - through all exclude pathspec (magic signature: `!` or its + through all exclude pathspecs (magic signature: `!` or its synonym `^`). If it matches, the path is ignored. When there is no non-exclude pathspec, the exclusion is applied to the result set as if invoked without any pathspec. |