Message ID | 20201223045358.100754-1-felipe.contreras@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | mergetool: remove unconflicted lines | expand |
Felipe Contreras <felipe.contreras@gmail.com> writes: > There's not much to say other that what the commit message of the patch says. > > Note: no feedback has been ignored; I replied to all the feedback, I didn't hear anything back. > > Changes since v4: > > * Improved commit message with suggestions from Phillip Wood. > > Felipe Contreras (1): > mergetool: add automerge configuration This breakage is possibly a fallout from either this patch or 1e2ae142 (t7[5-9]*: adjust the references to the default branch name "main", 2020-11-18). https://github.com/git/git/runs/1602803804#step:7:10358 I cannot quite tell how the two strings compared with 'test' on output line 10355 are different in the output, though. Thanks.
Junio C Hamano wrote: > Felipe Contreras <felipe.contreras@gmail.com> writes: > > > There's not much to say other that what the commit message of the patch says. > > > > Note: no feedback has been ignored; I replied to all the feedback, I didn't hear anything back. > > > > Changes since v4: > > > > * Improved commit message with suggestions from Phillip Wood. > > > > Felipe Contreras (1): > > mergetool: add automerge configuration > > This breakage is possibly a fallout from either this patch or > 1e2ae142 (t7[5-9]*: adjust the references to the default branch name > "main", 2020-11-18). > > https://github.com/git/git/runs/1602803804#step:7:10358 It seems likely it's the mergetool patch. This regex '/^=======\r\?$/' is supposed to handle the crlf situation. I can't imagine what would be different in Windows regarding that situation.
Hi Junio, On Thu, 24 Dec 2020, Junio C Hamano wrote: > Felipe Contreras <felipe.contreras@gmail.com> writes: > > > There's not much to say other that what the commit message of the patch says. > > > > Note: no feedback has been ignored; I replied to all the feedback, I didn't hear anything back. > > > > Changes since v4: > > > > * Improved commit message with suggestions from Phillip Wood. > > > > Felipe Contreras (1): > > mergetool: add automerge configuration > > This breakage is possibly a fallout from either this patch or > 1e2ae142 (t7[5-9]*: adjust the references to the default branch name > "main", 2020-11-18). > > https://github.com/git/git/runs/1602803804#step:7:10358 > > I cannot quite tell how the two strings compared with 'test' on > output line 10355 are different in the output, though. I spent more time than I cared to spend on this, and still have not quite figured out what is the fault, but I can state with conviction that the problem is not even introduced by any merge into `seen`. The `fc/mergetool-automerge` branch itself is already broken: https://github.com/gitgitgadget/git/actions/runs/441233234 Ciao, Dscho
Johannes Schindelin wrote: > On Thu, 24 Dec 2020, Junio C Hamano wrote: > > This breakage is possibly a fallout from either this patch or > > 1e2ae142 (t7[5-9]*: adjust the references to the default branch name > > "main", 2020-11-18). > > > > https://github.com/git/git/runs/1602803804#step:7:10358 > > > > I cannot quite tell how the two strings compared with 'test' on > > output line 10355 are different in the output, though. > > I spent more time than I cared to spend on this, and still have not quite > figured out what is the fault, but I can state with conviction that the > problem is not even introduced by any merge into `seen`. The > `fc/mergetool-automerge` branch itself is already broken: > https://github.com/gitgitgadget/git/actions/runs/441233234 Yes, if you didn't have me blocked and read what I said a week ago in [1], you would have saved yourself that time. Seth House has claimed the patch series though. [1] https://lore.kernel.org/git/5fe4bec2da21a_19c92085f@natae.notmuch/