Re: svn commit: r1922647 - in /subversion/trunk/subversion: include/private/svn_client_private.h svn/shelf-cmd.c svn/shelf2-cmd.c
Daniel Sahlberg <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.svn,gmane.comp.apache.ode.devel |
|---|---|
| Message-ID | <CAMHy98PRedV1G_9FOJzepWOEs3UNZBWh1-7PHRS=-8BBdrsc6w__37265.3177169681$1735477245$gmane$org@mail.gmail.com> |
Den tis 24 dec. 2024 kl 18:26 skrev Timofei Zhakov <[email protected]>: > > Hi Daniel, > > Thanks for this feedback, but probably you didn't fully get this commit. > This is a fix to a stupid bug that I made in the commit, that I follow-up > to. In r1921602 I've introduced a new argument to the function > (use_git_diff_format). Before, it was always defaulting to FALSE. In that > revision, you may notice a change, presented below in this function: > [...] Oh, sorry, I missed that part. I thought I looked through all history but obviously not. You are absolutely right, this change is correct (and the other related changes also look good). Cheers, Daniel