22 Aug
2017
22 Aug
'17
7:33 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Jon, patch def looks better! One more small but important thing. In the second line of the patch it reads: From: Your Full Name <your_email> That means you haven't set up your git completely yet. The name and address there will be visible in git and also will make your name show up in the release notes. I think you will just need to run those 2 commands with your correct information, before rerunning the format-patch command again: git config --global user.name "Your NAME" git config --global user.email "your@mail.com" -- You are receiving this mail because: You are watching all bug changes.