summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-12-06 15:43:18 -0800
committerJunio C Hamano <gitster@pobox.com>2013-12-06 15:43:18 -0800
commitf079f7094a3ce05d8f51729b0f0b6bf2ed594114 (patch)
tree0ab71b025061dae8f2ec4629d129447c437728c4 /git-rev-list.html
parentb73af6c3bb75d464c5816f310eafe4af58c158a7 (diff)
downloadgit-htmldocs-f079f7094a3ce05d8f51729b0f0b6bf2ed594114.tar.gz
Autogenerated HTML docs for v1.8.5.1-93-g077f4
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 1dd6fb95d..bb334925c 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1141,6 +1141,24 @@ parents) and <code>--max-parents=-1</code> (negative numbers denote no upper lim
</p>
</dd>
<dt class="hdlist1">
+--exclude=&lt;glob-pattern&gt;
+</dt>
+<dd>
+<p>
+ Do not include refs matching <em>&lt;glob-pattern&gt;</em> that the next <code>--all</code>,
+ <code>--branches</code>, <code>--tags</code>, <code>--remotes</code>, or <code>--glob</code> would otherwise
+ consider. Repetitions of this option accumulate exclusion patterns
+ up to the next <code>--all</code>, <code>--branches</code>, <code>--tags</code>, <code>--remotes</code>, or
+ <code>--glob</code> option (other options or arguments do not clear
+ accumlated patterns).
+</p>
+<div class="paragraph"><p>The patterns given should not begin with <code>refs/heads</code>, <code>refs/tags</code>, or
+<code>refs/remotes</code> when applied to <code>--branches</code>, <code>--tags</code>, or <code>--remotes</code>,
+respectively, and they must begin with <code>refs/</code> when applied to <code>--glob</code>
+or <code>--all</code>. If a trailing <em>/&#42;</em> is intended, it must be given
+explicitly.</p></div>
+</dd>
+<dt class="hdlist1">
--ignore-missing
</dt>
<dd>