summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-17 14:11:26 -0800
committerJunio C Hamano <gitster@pobox.com>2015-02-17 14:11:26 -0800
commit6bb32e61faff1d96d84d668f44b4440210b0e23c (patch)
treeaea24c30b07a7bfb8869945bba6a5d75701cc1c4 /git-rev-list.html
parent0bcc239ed214940dcb68139f571d91bf04f1a0c9 (diff)
downloadgit-htmldocs-6bb32e61faff1d96d84d668f44b4440210b0e23c.tar.gz
Autogenerated HTML docs for v2.3.0-130-g3188a
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html38
1 files changed, 25 insertions, 13 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index 7a48f7d89..af9b68752 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -967,6 +967,15 @@ if it is part of the log message.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--invert-grep
+</dt>
+<dd>
+<p>
+ Limit the commits output to ones with log message that do not
+ match the pattern specified with <code>--grep=&lt;pattern&gt;</code>.
+</p>
+</dd>
+<dt class="hdlist1">
-i
</dt>
<dt class="hdlist1">
@@ -1172,16 +1181,6 @@ explicitly.</p></div>
</p>
</dd>
<dt class="hdlist1">
---indexed-objects
-</dt>
-<dd>
-<p>
- Pretend as if all trees and blobs used by the index are listed
- on the command line. Note that you probably want to use
- <code>--objects</code>, too.
-</p>
-</dd>
-<dt class="hdlist1">
--ignore-missing
</dt>
<dd>
@@ -1859,6 +1858,16 @@ together.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--indexed-objects
+</dt>
+<dd>
+<p>
+ Pretend as if all trees and blobs used by the index are listed
+ on the command line. Note that you probably want to use
+ <code>--objects</code>, too.
+</p>
+</dd>
+<dt class="hdlist1">
--unpacked
</dt>
<dd>
@@ -1906,10 +1915,13 @@ more specialized family of commit log tools: <a href="git-log.html">git-log(1)</
<p>
Pretty-print the contents of the commit logs in a given format,
where <em>&lt;format&gt;</em> can be one of <em>oneline</em>, <em>short</em>, <em>medium</em>,
- <em>full</em>, <em>fuller</em>, <em>email</em>, <em>raw</em> and <em>format:&lt;string&gt;</em>. See
- the "PRETTY FORMATS" section for some additional details for each
- format. When omitted, the format defaults to <em>medium</em>.
+ <em>full</em>, <em>fuller</em>, <em>email</em>, <em>raw</em>, <em>format:&lt;string&gt;</em>
+ and <em>tformat:&lt;string&gt;</em>. When <em>&lt;format&gt;</em> is none of the above,
+ and has <em>%placeholder</em> in it, it acts as if
+ <em>--pretty=tformat:&lt;format&gt;</em> were given.
</p>
+<div class="paragraph"><p>See the "PRETTY FORMATS" section for some additional details for each
+format. When <em>=&lt;format&gt;</em> part is omitted, it defaults to <em>medium</em>.</p></div>
<div class="paragraph"><p>Note: you can specify the default pretty format in the repository
configuration (see <a href="git-config.html">git-config(1)</a>).</p></div>
</dd>