summaryrefslogtreecommitdiff
path: root/contrib/svn-fe/svn-fe.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-02 18:50:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-10-02 19:05:38 (GMT)
commit50fb51e7e81748182a770d3943ec5730357b27e7 (patch)
tree0f0022601d16cd5f27a6b2656b580432f05ae904 /contrib/svn-fe/svn-fe.c
parent6468a4e5486d01e4da5ea8e8f2990523c3d18688 (diff)
downloadgit-50fb51e7e81748182a770d3943ec5730357b27e7.zip
git-50fb51e7e81748182a770d3943ec5730357b27e7.tar.gz
git-50fb51e7e81748182a770d3943ec5730357b27e7.tar.bz2
t4055: avoid use of sed 'a' command
The 'a', 'i' and 'c' commands take a literal text to be added followed by backslash, but then in the source we cannot indent the literal text which makes it ugly. We need to also remember to double the backslash inside double quotes. Avoid these issues altogether by having an extra line in a template file and generate test vectors by deleting the line or replacing the line and not using the 'a' command. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/svn-fe/svn-fe.c')
0 files changed, 0 insertions, 0 deletions