https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29238 --- Comment #14 from Eric Phetteplace <ephetteplace@cca.edu> --- (In reply to Katrin Fischer from comment #13)
(In reply to Eric Phetteplace from comment #10)
Sorry, I made the patch manually, but git bz doesn't seem to be able to apply manual patches. I've generated it with `git bz attach` so hopefully it applies now.
I think it's not the manual bit, but somehow you got a very different header lines in the patch with your manual process than when using git bz (Author vs. From for example). git bz is better, but when you need to create a patch manually, you can use git format-patch, which should give you the same output.
I used `git format-patch` for the original patch. Though when I go to `git format-patch -n HEAD^` on the bug's branch now, I do get a patch identical to the git bz one, with similar header lines. I'm not sure what I did wrong with my original, perhaps something in my git configuration, I made it a while ago. Anyways, I've learned to stick with git bz. -- You are receiving this mail because: You are watching all bug changes.