http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2629

--- Comment #43 from wajasu <[email protected]> ---

fatal: cannot convert from UTF-8utf-8 to UTF-8
usually happens because when the patch was made the .gitconfig probably had

[format]
       headers = "Content-Type: text/plain; charset=UTF-8"

and a newer git was used somewhere inthe process.
So it got added to the patch header.

One can delete the duplicate line in the header of the patch, to cleanly apply
it.

If you are using a newer/recent version of git, they fixed things, so it
doesn't need this, anymore, so you can comment that line out in your .gitconfig
if its there.

[format]
#       headers = "Content-Type: text/plain; charset=UTF-8"

So for older patches you still come across this duplicate line the patch
header.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to