From: Junio C Hamano Date: Wed, 7 Jan 2015 20:49:19 +0000 (-0800) Subject: Merge branch 'jc/strbuf-add-lines-avoid-sp-ht-sequence' X-Git-Tag: v2.3.0-rc0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e0362eddba1678a71c8990862053ff989527b6;p=thirdparty%2Fgit.git Merge branch 'jc/strbuf-add-lines-avoid-sp-ht-sequence' The commented output used to blindly add a SP before the payload line, resulting in "# \t\n" when the payload began with a HT. Instead, produce "#\t\n". * jc/strbuf-add-lines-avoid-sp-ht-sequence: strbuf_add_commented_lines(): avoid SP-HT sequence in commented lines --- 58e0362eddba1678a71c8990862053ff989527b6