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: https://git.lorimer.id.au/gitweb.git/diff_plain/58e0362eddba1678a71c8990862053ff989527b6 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