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> | |
Wed, 19 Oct 2011 23:30:18 +0000 (16:30 -0700) | ||
commit | 93104a2742d01adf97f173bda63c12382c77aae2 | |
tree | e54f9ff1d73b0b01f76e0a2a113595114ec2b3e4 | tree | snapshot |
parent | 49b5f81713ef23f37a46e847d69327ad5765cd51 | 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 |