Re: [EGIT PATCH] Allow non-ASCII ref names when writing packs
From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:45:51
Robin Rosenberg [off-list ref] wrote:
Signed-off-by: Robin Rosenberg <redacted>
---
.../org/spearce/jgit/transport/PacketLineOut.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Disovered this bug when trying to clone a local repo with some "funny"
ref names. C Git handles them so jgit should too.