On 2024/10/01 14:00:54 Franz Sirl wrote:
(snip)
> PS: While investigating that I found a small cosmetic bug in the 
> prototype (fortunately the code follows the definition) for do_logs() in 
> subversion/libsvn_repos/log.c:
> ```
> Index: subversion/libsvn_repos/log.c
> ===================================================================
> --- subversion/libsvn_repos/log.c       (revision 1921065)
> +++ subversion/libsvn_repos/log.c       (working copy)
> @@ -1719,8 +1719,8 @@
>           int limit,
>           svn_boolean_t strict_node_history,
>           svn_boolean_t include_merged_revisions,
> +        svn_boolean_t subtractive_merge,
>           svn_boolean_t handling_merged_revisions,
> -        svn_boolean_t subtractive_merge,
>           svn_boolean_t ignore_missing_locations,
>           const apr_array_header_t *revprops,
>           svn_boolean_t descending_order,
> ```

Thank you for the patch! I've comitted this in r1921423.

Kind regards,
Daniel

Reply via email to