79291436

Date: 2024-12-18 14:33:06
Score: 1
Natty:
Report link

For all those who cannot apply the patch with the three-way merge, I have found a good solution under this link that works for me: git.vger.kernel.narkive.com

I did the following steps from the answer:

  1. Run git-am to get the number of the failing patch
  2. Apply the patch manually, but turn on verbose and reject in git-apply
    git-apply --verbose --reject changes.patch
    Then the conflicting file(s) will be saved as <filename>.<extension>.rej
  3. Manually resolve the conflicts

Please check the link for the original, more elaborate answer.

Reasons:
  • Blacklisted phrase (1): this link
  • Whitelisted phrase (-1): works for me
  • RegEx Blacklisted phrase (1): check the link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Terve