]> source.dussan.org Git - jgit.git/commit
Fix encoding problem from curl repostory on github 61/50361/2
authorEryk Szymanski <eryksz@gmail.com>
Wed, 17 Jun 2015 15:17:17 +0000 (17:17 +0200)
committerShawn Pearce <spearce@spearce.org>
Thu, 31 Dec 2015 04:24:12 +0000 (23:24 -0500)
commit53c3bbe42f58e99ac352021f9fbfd79f9becf156
treedf7b865a19822386ba9b67023661d1d87486ef9c
parent02ade82b345ea976d12c32547fb097e726fa44fb
Fix encoding problem from curl repostory on github

Pushing curl repository to gerrit fails with a message:
remote: error: internal error while processing changes
java.nio.charset.IllegalCharsetNameException: 'utf8'

curl repository url: https://github.com/bagder/curl.git

To avoid this problem encodingAliases in RawParseUtils have
been extended to contain "'utf8'" (single quoted utf8) string.

Change-Id: I40f613cfdcabf0dc9455bee45116ab8d8c7dd6ee
Signed-off-by: Eryk Szymanski <eryksz@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/util/RawParseUtils.java