summaryrefslogtreecommitdiff
path: root/alloc.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2009-07-17 19:18:34 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-07-19 11:04:13 -0700
commitca4ca9ed069c8ce13e1a38e79fbaea849754de94 (patch)
tree9dd0631570ed399b0a7c8eaece0e39d84a176901 /alloc.c
parentRevert "mailinfo: Remove only one set of square brackets" (diff)
downloadtgif-ca4ca9ed069c8ce13e1a38e79fbaea849754de94.tar.xz
show: suppress extra newline when showing annotated tag
When showing a tag, our header parsing finishes with the offset pointing to the newline separating the tag header from the tag body. This means that the printed body will always start with a newline. However, we also add an extra newline when printing the tagger information. This leads to an ugly double-newline: $ git show v1.6.3 tag v1.6.3 Tagger: Junio C Hamano <gitster@pobox.com> Date: Wed May 6 18:16:47 2009 -0700 GIT 1.6.3 -----BEGIN PGP SIGNATURE----- ... This patch removes the extra newline from the end of the tagger headers. This is a better solution than suppressing the separator newline, because it retains the behavior for tags which have no tagger. E.g., "git show v0.99" will continue to look like: $ git show v0.99 tag v0.99 Test-release for wider distribution. ... Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'alloc.c')
0 files changed, 0 insertions, 0 deletions