Markus Schaber <m.scha...@3s-software.com> writes:

> See attached the next iteration of that patch.
>
> I (hopefully) addressed all issues that were raised up to now on this list.
>
> [[[
> Optimize merge_file_trivial() by avoiding to read the files twice by using a
> new comparison function which compares 3 files at once. Also add
> C tests for the new and existing file comparison functions in libsvn_subr/io.c

Committed in r1356261.  Thanks!  I tweaked the whitespace in a couple of
places so that function parameters looked like:

    some_func(xxx, yyy
              aaa,
              bbb);

rather than:

    some_func(xxx, yyy
           aaa,
           bbb);

-- 
Cerified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download

Reply via email to