Merge branch 'jc/strbuf-add-lines-avoid-sp-ht-sequence'
authorJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2015 20:49:19 +0000 (12:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Jan 2015 20:49:19 +0000 (12:49 -0800)
The commented output used to blindly add a SP before the payload
line, resulting in "# \t<indented text>\n" when the payload began
with a HT. Instead, produce "#\t<indented text>\n".

* jc/strbuf-add-lines-avoid-sp-ht-sequence:
strbuf_add_commented_lines(): avoid SP-HT sequence in commented lines

1  2 
strbuf.c
diff --cc strbuf.c
Simple merge