Eric Berge <ericmberge@gmail.com>


Found
r1592014

r1592014 | stsp | 2014-05-02 19:45:21 +0000 (Fri, 02 May 2014)

Fix an 'svn patch' bug where targets were incorrectly skipped
with --git diffs produced by recent versions of git.

* subversion/libsvn_diff/parse-diff.c
  (svn_diff_parse_next_patch): Don't give up on unknown lines in-between
   a 'diff --git' header line and the actual patch.

Reported by: Eric Berge <ericmberge@gmail.com>