summaryrefslogtreecommitdiffstats
path: root/git-rev-list.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-24 14:28:13 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-24 14:28:13 -0700
commit0acb1ae530fa409f7ce96eb216e0a690b0f7900e (patch)
tree3b955bc640a8d058085f8f66ab0b7fd9f223094f /git-rev-list.html
parent8ce35d7cc1d82c9267b88efee4c3e81f0c6b3b9f (diff)
downloadgit-htmldocs-0acb1ae530fa409f7ce96eb216e0a690b0f7900e.tar.gz
Autogenerated HTML docs for v1.7.12.1-401-gb5d15
Diffstat (limited to 'git-rev-list.html')
-rw-r--r--git-rev-list.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/git-rev-list.html b/git-rev-list.html
index d779d9252..a66b9cbbe 100644
--- a/git-rev-list.html
+++ b/git-rev-list.html
@@ -1702,6 +1702,15 @@ being displayed. Examples: "--notes=foo" will show only notes from
</p>
</dd>
<dt class="hdlist1">
+--show-signature
+</dt>
+<dd>
+<p>
+ Check the validity of a signed commit object by passing the signature
+ to <tt>gpg --verify</tt> and show the output.
+</p>
+</dd>
+<dt class="hdlist1">
--relative-date
</dt>
<dd>
@@ -2128,6 +2137,21 @@ The title was &gt;&gt;t4119: test autocomputing -p&lt;n&gt; for traditional diff
</li>
<li>
<p>
+<em>%GG</em>: raw verification message from GPG for a signed commit
+</p>
+</li>
+<li>
+<p>
+<em>%G?</em>: show either "G" for Good or "B" for Bad for a signed commit
+</p>
+</li>
+<li>
+<p>
+<em>%GS</em>: show the name of the signer for a signed commit
+</p>
+</li>
+<li>
+<p>
<em>%gD</em>: reflog selector, e.g., <tt>refs/stash@{1}</tt>
</p>
</li>