summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-10-22 04:12:17 +0000
committerJunio C Hamano <junio@kernel.org>2010-10-22 04:12:17 +0000
commitd2179ef025405832dff42141faed13199886b61c (patch)
treeffbde742771a380129d0223749ed086fbea39271 /git-rev-list.html
parent7f9fa86e7b663383dc905c5b41bedda5cedf02e6 (diff)
downloadgit-htmldocs-d2179ef025405832dff42141faed13199886b61c.tar.gz
Autogenerated HTML docs for v1.7.3.2-90-gd4c43
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html42
1 files changed, 21 insertions, 21 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 2b3b897dd..3fe9dc3ed 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -321,10 +321,10 @@ git-rev-list(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git rev-list</em> [ --max-count=number ]
- [ --skip=number ]
- [ --max-age=timestamp ]
- [ --min-age=timestamp ]
+<div class="content"><em>git rev-list</em> [ --max-count=&lt;number&gt; ]
+ [ --skip=&lt;number&gt; ]
+ [ --max-age=&lt;timestamp&gt; ]
+ [ --min-age=&lt;timestamp&gt; ]
[ --sparse ]
[ --merges ]
[ --no-merges ]
@@ -333,10 +333,10 @@ git-rev-list(1) Manual Page
[ --full-history ]
[ --not ]
[ --all ]
- [ --branches[=pattern] ]
- [ --tags[=pattern] ]
- [ --remotes[=pattern] ]
- [ --glob=glob-pattern ]
+ [ --branches[=&lt;pattern&gt;] ]
+ [ --tags[=&lt;pattern&gt;] ]
+ [ --remotes[=&lt;pattern&gt;] ]
+ [ --glob=&lt;glob-pattern&gt; ]
[ --stdin ]
[ --quiet ]
[ --topo-order ]
@@ -349,7 +349,7 @@ git-rev-list(1) Manual Page
[ --regexp-ignore-case | -i ]
[ --extended-regexp | -E ]
[ --fixed-strings | -F ]
- [ --date={local|relative|default|iso|rfc|short} ]
+ [ --date=(local|relative|default|iso|rfc|short) ]
[ [--objects | --objects-edge] [ --unpacked ] ]
[ --pretty | --header ]
[ --bisect ]
@@ -410,10 +410,10 @@ more specialized family of commit log tools: <a href="git-log.html">git-log(1)</
<a href="git-show.html">git-show(1)</a>, and <a href="git-whatchanged.html">git-whatchanged(1)</a></p></div>
<div class="vlist"><dl>
<dt>
---pretty[=<em>&lt;format&gt;</em>]
+--pretty[=&lt;format&gt;]
</dt>
<dt>
---format=<em>&lt;format&gt;</em>
+--format=&lt;format&gt;
</dt>
<dd>
<p>
@@ -497,7 +497,7 @@ is taken to be in <tt>refs/notes/</tt> if it is not qualified.</p></div>
</p>
</dd>
<dt>
---date={relative,local,default,iso,rfc,short,raw}
+--date=(relative|local|default|iso|rfc|short|raw)
</dt>
<dd>
<p>
@@ -787,44 +787,44 @@ limiting may be applied.</p></div>
</p>
</dd>
<dt>
---branches[=pattern]
+--branches[=&lt;pattern&gt;]
</dt>
<dd>
<p>
Pretend as if all the refs in <tt>refs/heads</tt> are listed
- on the command line as <em>&lt;commit&gt;</em>. If <tt>pattern</tt> is given, limit
+ 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.
</p>
</dd>
<dt>
---tags[=pattern]
+--tags[=&lt;pattern&gt;]
</dt>
<dd>
<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 <tt>pattern</tt> is given, limit
+ 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.
</p>
</dd>
<dt>
---remotes[=pattern]
+--remotes[=&lt;pattern&gt;]
</dt>
<dd>
<p>
Pretend as if all the refs in <tt>refs/remotes</tt> are listed
- on the command line as <em>&lt;commit&gt;</em>. If `pattern`is given, limit
+ 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.
</p>
</dd>
<dt>
---glob=glob-pattern
+--glob=&lt;glob-pattern&gt;
</dt>
<dd>
<p>
- Pretend as if all the refs matching shell glob <tt>glob-pattern</tt>
+ 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.
@@ -1857,7 +1857,7 @@ and the git-list &lt;git@vger.kernel.org&gt;.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-10-01 01:31:24 UTC
+Last updated 2010-10-22 04:11:10 UTC
</div>
</div>
</body>