Re: [PULL svn-fe] vcs-svn: simplifications, error handling improvements
From: Jonathan Nieder <hidden>
Date: 2016-06-15 22:50:54
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(-)