t7510: check %G* pretty-format output
commit06ca0f45a063f7186cce96a58a5fb6bef16ec204
authorJeff King <peff@peff.net>
Tue, 17 Jun 2014 00:06:24 +0000 (16 20:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2014 20:41:39 +0000 (17 13:41 -0700)
tree52e23d26942dab1088f22efdcb1aba9bdda311c1
parent4baf839fe0e71dca3f26198b7a4faab439fa2ef6
t7510: check %G* pretty-format output

We do not check these along with the other pretty-format
placeholders in t6006, because we need signed commits to
make them interesting. t7510 has such commits, and can
easily exercise them in addition to the regular
--show-signature code path.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7510-signed-commit.sh