summaryrefslogtreecommitdiff
path: root/revision.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-18 22:53:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-11-13 06:27:38 (GMT)
commit0c37f1fce6cb7997dbb2703d35eef0dfd86c5070 (patch)
treefdef185d235865ca3caccf1f8f0d2a1a723c863f /revision.h
parentba3c69a9ee1894de397b60d3b548383e13ef49e3 (diff)
downloadgit-0c37f1fce6cb7997dbb2703d35eef0dfd86c5070.zip
git-0c37f1fce6cb7997dbb2703d35eef0dfd86c5070.tar.gz
git-0c37f1fce6cb7997dbb2703d35eef0dfd86c5070.tar.bz2
log: --show-signature
This teaches the "log" family of commands to pass the GPG signature in the commit objects to "gpg --verify" via the verify_signed_buffer() interface used to verify signed tag objects. E.g. $ git show --show-signature -s HEAD shows GPG output in the header part of the output. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h
index 6aa53d1..b8e9223 100644
--- a/revision.h
+++ b/revision.h
@@ -110,6 +110,7 @@ struct rev_info {
show_merge:1,
show_notes:1,
show_notes_given:1,
+ show_signature:1,
pretty_given:1,
abbrev_commit:1,
abbrev_commit_given:1,