]> git.ipfire.org Git - thirdparty/git.git/commit - pretty.c
pretty: single return path in %(trailers) handling
authorAnders Waldenborg <anders@0x63.nu>
Mon, 28 Jan 2019 21:33:33 +0000 (22:33 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 18:03:32 +0000 (10:03 -0800)
commit3e3f34781964c225ca199ac50527f3ce6feddb84
treef5cd370c3ad0942f02bf6ca4d755967094e9adc1
parent4f732e0fd7a524759424c817b92848949db1e2db
pretty: single return path in %(trailers) handling

No functional change intended.

This change may not seem useful on its own, but upcoming commits will do
memory allocation in there, and a single return path makes deallocation
easier.

Signed-off-by: Anders Waldenborg <anders@0x63.nu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c