On 3/7/25 12:48 AM, Jelte Fennema-Nio wrote:
> Okay, I went for the approach of just trying everything until one
> works. Starting with "git am", then patch(1), and as a final attempt
> "git apply". Patch 5272 applies correctly now. I've removed any
> backoff caused by repeated failures for all existing patches, so all
> should be retried in the next ~48 hours.
Out of curiosity: do you track which method works? I would expect
everything to be applied with either git am or patch which can be
applied with git apply making git apply technically unnecessary.
Andreas