summaryrefslogtreecommitdiffstats
path: root/gitglossary.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-27 15:37:49 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-27 15:37:49 -0800
commitcbe0eb29622a497f18818e4481f27636446b86d7 (patch)
treeda1fda656a0a1af2c8056d46ac3175ddcf876b70 /gitglossary.html
parentfa0dac3fc7e469b539896aae52323ed08805a46c (diff)
downloadgit-htmldocs-cbe0eb29622a497f18818e4481f27636446b86d7.tar.gz
Autogenerated HTML docs for v2.12.0-189-g3bc532
Diffstat (limited to 'gitglossary.html')
-rw-r--r--gitglossary.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/gitglossary.html b/gitglossary.html
index 16bfcdbb2..6b48a6b3a 100644
--- a/gitglossary.html
+++ b/gitglossary.html
@@ -1406,8 +1406,10 @@ exclude
<dd>
<p>
After a path matches any non-exclude pathspec, it will be run
- through all exclude pathspec (magic signature: <code>!</code>). If it
- matches, the path is ignored.
+ through all exclude pathspec (magic signature: <code>!</code> or its
+ synonym <code>^</code>). 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.
</p>
</dd>
</dl></div>