summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
committerJunio C Hamano <gitster@pobox.com>2012-03-02 11:52:47 -0800
commit81d540a73a86a44d48b7d05d8f0dd25964499181 (patch)
tree83ea92ce212c58bb49a00e03ddd74f671b84bc49 /git-rev-list.html
parent90a5b7b5da0a41417934a3b1e28330ff00de4a84 (diff)
downloadgit-htmldocs-81d540a73a86a44d48b7d05d8f0dd25964499181.tar.gz
Autogenerated HTML docs for v1.7.9.2-358-g22243
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 539656e2a..135d06ca7 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -887,7 +887,7 @@ parents) and <tt>--max-parents=-1</tt> (negative numbers denote no upper limit).
Pretend as if all the refs in <tt>refs/heads</tt> are listed
on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit
branches to ones matching given shell glob. If pattern lacks <em>?</em>,
- <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied.
+ <em>&#42;</em>, or <em>[</em>, <em>/&#42;</em> at the end is implied.
</p>
</dd>
<dt class="hdlist1">
@@ -897,8 +897,8 @@ parents) and <tt>--max-parents=-1</tt> (negative numbers denote no upper limit).
<p>
Pretend as if all the refs in <tt>refs/tags</tt> are listed
on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit
- tags to ones matching given shell glob. If pattern lacks <em>?</em>, <em><strong></em>,
- or <em>[</em>, <em>/</strong></em> at the end is implied.
+ tags to ones matching given shell glob. If pattern lacks <em>?</em>, <em>&#42;</em>,
+ or <em>[</em>, <em>/&#42;</em> at the end is implied.
</p>
</dd>
<dt class="hdlist1">
@@ -909,7 +909,7 @@ parents) and <tt>--max-parents=-1</tt> (negative numbers denote no upper limit).
Pretend as if all the refs in <tt>refs/remotes</tt> are listed
on the command line as <em>&lt;commit&gt;</em>. If <em>&lt;pattern&gt;</em> is given, limit
remote-tracking branches to ones matching given shell glob.
- If pattern lacks <em>?</em>, <em><strong></em>, or <em>[</em>, <em>/</strong></em> at the end is implied.
+ If pattern lacks <em>?</em>, <em>&#42;</em>, or <em>[</em>, <em>/&#42;</em> at the end is implied.
</p>
</dd>
<dt class="hdlist1">
@@ -919,8 +919,8 @@ parents) and <tt>--max-parents=-1</tt> (negative numbers denote no upper limit).
<p>
Pretend as if all the refs matching shell glob <em>&lt;glob-pattern&gt;</em>
are listed on the command line as <em>&lt;commit&gt;</em>. Leading <em>refs/</em>,
- is automatically prepended if missing. If pattern lacks <em>?</em>, <em><strong></em>,
- or <em>[</em>, <em>/</strong></em> at the end is implied.
+ is automatically prepended if missing. If pattern lacks <em>?</em>, <em>&#42;</em>,
+ or <em>[</em>, <em>/&#42;</em> at the end is implied.
</p>
</dd>
<dt class="hdlist1">