[Koha-bugs] [Bug 2629] Diacritics not being ignored when searching

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 19 20:53:40 CEST 2012


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

--- Comment #43 from wajasu <matted-34813 at mypacks.net> ---

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.


More information about the Koha-bugs mailing list