]> git.ipfire.org Git - thirdparty/git.git/commit
wt-status: exit early using goto in wt_shortstatus_print_tracking()
authorRené Scharfe <l.s.r@web.de>
Sat, 31 Oct 2015 17:36:01 +0000 (18:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Nov 2015 17:58:20 +0000 (09:58 -0800)
commitbcf8cc25acb3378bf62f2cfc27c28302585841c0
treed287bf265da4c1cd17d36c72d0712c48019dcb18
parent7ca8c18950c3f843cedba897b44f9c79b5ab44eb
wt-status: exit early using goto in wt_shortstatus_print_tracking()

Deduplicate printing the line terminator by jumping to the end of the
function.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c