pretty: avoid adding reset for %C(auto) if output is empty
commit82b83da8d30fb8d1f04f7dd7ac769ceb6ab431c3
authorRené Scharfe <l.s.r@web.de>
Thu, 29 Sep 2016 18:13:05 +0000 (29 20:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Sep 2016 03:44:09 +0000 (29 20:44 -0700)
treeeb448a1c9ab65a9263e8703ebc5cce631a58c34d
parentc99ad274b196bc97f22c1c39178784668cb4623d
pretty: avoid adding reset for %C(auto) if output is empty

We emit an escape sequence for resetting color and attribute for
%C(auto) to make sure automatic coloring is displayed as intended.
Stop doing that if the output strbuf is empty, i.e. when %C(auto)
appears at the start of the format string, because then there is no
need for a reset and we save a few bytes in the output.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pretty.c
t/t6006-rev-list-format.sh