commit | 58e0362eddba1678a71c8990862053ff989527b6 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Jan 07 12:49:19 2015 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jan 07 12:49:19 2015 -0800 |
tree | 3d3a41a516dc7cc1343c5f71f212eb79f1662632 | |
parent | f41157e649615ada01f175d00f9bd8c9ea507bca [diff] | |
parent | d55aeb7687448189327ad058096b55431da5ea42 [diff] |
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<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