Test and fix handling of quotes in ~/.ssh/config
commit3b6f6ebe9bb4455d655335fdaf11c2095801b52f
authorJonas Fonseca <fonseca@diku.dk>
Sun, 21 Sep 2008 11:25:19 +0000 (21 13:25 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 22 Sep 2008 15:08:21 +0000 (22 08:08 -0700)
treeda60a13ce6ea77de9a48a5c065a2ea02f47db149
parent5c412f6b44276883e667b4d521719666d30836d1
Test and fix handling of quotes in ~/.ssh/config

Removal of quoting had an off-by-one error, and was not handled for the
patterns used for the Host entry.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.test/tst/org/spearce/jgit/transport/OpenSshConfigTest.java
org.spearce.jgit/src/org/spearce/jgit/transport/OpenSshConfig.java