Code

log-tree.c: small refactor in show_signature()
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Jan 2012 21:48:45 +0000 (13:48 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2012 21:02:26 +0000 (13:02 -0800)
commitc6b3ec41e2efdd9e05118c2e99ad70f0e0629873
tree098a579eca704eb3761f7b39d3196d6bd55637ef
parentc871a1d17b8433d98df59b03da5538f10c4ae52c
log-tree.c: small refactor in show_signature()

The next patch needs to show the result of signature verification on a
mergetag extended header in a way similar to how embedded signature for
the commit object itself is shown. Separate out the logic to go through
the message lines and show them in the "error" color (highlighted) or the
"correct" color (dim).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c