summaryrefslogtreecommitdiffstats
path: root/git-log.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-log.html
parent0bcc239ed214940dcb68139f571d91bf04f1a0c9 (diff)
downloadgit-htmldocs-6bb32e61faff1d96d84d668f44b4440210b0e23c.tar.gz
Autogenerated HTML docs for v2.3.0-130-g3188a
Diffstat (limited to 'git-log.html')
-rw-r--r--git-log.html70
1 files changed, 15 insertions, 55 deletions
diff --git a/git-log.html b/git-log.html
index 2e943cbd9..29ca3b4f8 100644
--- a/git-log.html
+++ b/git-log.html
@@ -1021,6 +1021,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">
@@ -1226,16 +1235,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>
@@ -1802,48 +1801,6 @@ together.</p></div>
<div class="paragraph"><p>These options are mostly targeted for packing of Git repositories.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
---objects
-</dt>
-<dd>
-<p>
- Print the object IDs of any object referenced by the listed
- commits. <code>--objects foo ^bar</code> thus means &#8220;send me
- all object IDs which I need to download if I have the commit
- object <em>bar</em> but not <em>foo</em>&#8221;.
-</p>
-</dd>
-<dt class="hdlist1">
---objects-edge
-</dt>
-<dd>
-<p>
- Similar to <code>--objects</code>, but also print the IDs of excluded
- commits prefixed with a &#8220;-&#8221; character. This is used by
- <a href="git-pack-objects.html">git-pack-objects(1)</a> to build a &#8220;thin&#8221; pack, which records
- objects in deltified form based on objects contained in these
- excluded commits to reduce network traffic.
-</p>
-</dd>
-<dt class="hdlist1">
---objects-edge-aggressive
-</dt>
-<dd>
-<p>
- Similar to <code>--objects-edge</code>, but it tries harder to find excluded
- commits at the cost of increased time. This is used instead of
- <code>--objects-edge</code> to build &#8220;thin&#8221; packs for shallow repositories.
-</p>
-</dd>
-<dt class="hdlist1">
---unpacked
-</dt>
-<dd>
-<p>
- Only useful with <code>--objects</code>; print the object IDs that are not
- in packs.
-</p>
-</dd>
-<dt class="hdlist1">
--no-walk[=(sorted|unsorted)]
</dt>
<dd>
@@ -1879,10 +1836,13 @@ together.</p></div>
<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>