summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-18 12:30:01 -0700
committerJunio C Hamano <gitster@pobox.com>2019-09-18 12:30:01 -0700
commitcb705397f111dc1fcb3e3fa844bfd5b3050dee38 (patch)
tree7a08f9890ae401f03a3d3fb034c06f1be74e727e /git-rev-list.html
parent926cc052d4e49ae0c1af3703c87b0d1037d7fbac (diff)
downloadgit-htmldocs-cb705397f111dc1fcb3e3fa844bfd5b3050dee38.tar.gz
Autogenerated HTML docs for v2.23.0-256-g4c861
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 873c14faa..3bdde1f3a 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -2008,6 +2008,19 @@ explicitly-given commit or tree.</p></div>
<div class="paragraph"><p>Note that the form <em>--filter=sparse:path=&lt;path&gt;</em> that wants to read
from an arbitrary path on the filesystem has been dropped for security
reasons.</p></div>
+<div class="paragraph"><p>Multiple <em>--filter=</em> flags can be specified to combine filters. Only
+objects which are accepted by every filter are included.</p></div>
+<div class="paragraph"><p>The form <em>--filter=combine:&lt;filter1&gt;+&lt;filter2&gt;+&#8230;&lt;filterN&gt;</em> can also be
+used to combined several filters, but this is harder than just repeating
+the <em>--filter</em> flag and is usually not necessary. Filters are joined by
+<em>&#43;</em> and individual filters are %-encoded (i.e. URL-encoded).
+Besides the <em>&#43;</em> and <em>%</em> characters, the following characters are
+reserved and also must be encoded: <code>~!@#$^&amp;*()[]{}\;",&lt;&gt;?</code><code>&#39;&#96;</code>
+as well as all characters with ASCII code &lt;= <code>0x20</code>, which includes
+space and newline.</p></div>
+<div class="paragraph"><p>Other arbitrary characters can also be encoded. For instance,
+<em>combine:tree:3+blob:none</em> and <em>combine:tree%3A3+blob%3Anone</em> are
+equivalent.</p></div>
</dd>
<dt class="hdlist1">
--no-filter