Hi, Junio C Hamano wrote: > Done. Turns out that introduced a regression (in handling of properties with embedded NULs; thanks to David for catching and debugging it). Could you pull git://repo.or.cz/git/jrn.git svn-fe for a fix and some other improvements in the area? Sorry for the trouble, Jonathan Nieder (4): vcs-svn: make reading of properties binary-safe vcs-svn: remove buffer_read_string vcs-svn: avoid unnecessary copying of log message and author vcs-svn: handle log message with embedded NUL t/t0081-line-buffer.sh | 35 ++++++---------- t/t9010-svn-fe.sh | 104 +++++++++++++++++++++++++++++++++++++++++++++++ test-line-buffer.c | 6 --- vcs-svn/fast_export.c | 12 +++-- vcs-svn/fast_export.h | 7 ++- vcs-svn/line_buffer.c | 8 ---- vcs-svn/line_buffer.h | 4 +- vcs-svn/line_buffer.txt | 12 +---- vcs-svn/repo_tree.c | 5 +- vcs-svn/repo_tree.h | 4 +- vcs-svn/svndump.c | 42 +++++++++---------- 11 files changed, 156 insertions(+), 83 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html