]> source.dussan.org Git - jgit.git/commit
Undo translation of protocol string 'unpack error' 58/1458/1
authorShawn O. Pearce <spearce@spearce.org>
Mon, 30 Aug 2010 17:58:19 +0000 (10:58 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 30 Aug 2010 17:58:25 +0000 (10:58 -0700)
commit1709800f277460a75d69c453e127c2d8ad40c945
tree71607f74fc68e65e59d73793e8f4520d25d7597f
parentbc0359c42fe74e0ea184b87913e5275ac3533f1d
Undo translation of protocol string 'unpack error'

This string is part of the network protocol, and isn't meant to
be translated into another language.  Clients actually scan for
the string "unpack error " off the wire and react magically to
this information.  If it were translated, they would instead have
a protocol exception, which isn't very useful when there is already
an error occurring.

Change-Id: Ia5dc8d36ba65ad2552f683bb637e80b77a7d92f0
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/resources/org/eclipse/jgit/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceivePack.java