Author: rinrab Revision: 1922647 Modified property: svn:log Modified: svn:log at Mon Dec 23 14:47:36 2024 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon Dec 23 14:47:36 2024 @@ -1,8 +1,8 @@ Follow-up to r1921602: Fix argument sequence of svn_client__get_diff_writer_svn -to much its declaration with its implementation. +to match its declaration with its implementation. When the use_git_diff_format argument was introduced to the function, it was -added incorrectly to its declaration. This commit adjust the +added incorrectly to its declaration. This commit adjusts the declaration to the implementation. The sequence of args used in the implementation is more correct, because it repeats the svn_client_diff7 family.
