author | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Oct 2011 22:53:23 +0000 (15:53 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Nov 2011 06:27:38 +0000 (22:27 -0800) | ||
commit | 0c37f1fce6cb7997dbb2703d35eef0dfd86c5070 | |
tree | fdef185d235865ca3caccf1f8f0d2a1a723c863f | tree | snapshot |
parent | ba3c69a9ee1894de397b60d3b548383e13ef49e3 | commit | diff |
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>
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>
commit.c | diff | blob | history | |
commit.h | diff | blob | history | |
log-tree.c | diff | blob | history | |
revision.c | diff | blob | history | |
revision.h | diff | blob | history |