]> git.ipfire.org Git - thirdparty/git.git/commit - pretty.c
pretty printing: extend %G? to include 'N' and 'U'
authorSebastian Götte <jaseg@physik.tu-berlin.de>
Sun, 31 Mar 2013 16:03:22 +0000 (18:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 05:38:53 +0000 (22:38 -0700)
commite290c4b944f109aff26cc3db4ae0aec92f3cc126
tree94bfb9ac4f8b038af2efdeb5f4e9729f58905a68
parenteb307ae7bb78ccde4e2ac69f302ccf8834883628
pretty printing: extend %G? to include 'N' and 'U'

Expand %G? in pretty format strings to 'N' in case of no GPG signature
and 'U' in case of a good but untrusted GPG signature in addition to
the previous 'G'ood and 'B'ad. This eases writing anyting parsing
git-log output.

Signed-off-by: Sebastian Götte <jaseg@physik-pool.tu-berlin.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt
pretty.c