]> source.dussan.org Git - jgit.git/commit
Fixed the problem with calling LsRemoteCommand without a local repository over the... 48/28048/4
authorAnton Bannykh <Anton.Bannykh@jetbrains.com>
Thu, 5 Jun 2014 13:54:01 +0000 (17:54 +0400)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 8 Jun 2014 14:42:02 +0000 (16:42 +0200)
commitf4943de29b486f7a066b570457722220530523b6
tree7a7479e93a645fbee0392564ba3607700b7bc6c8
parent64b0531c35674df21ed02ab96d5f5bc6f5af7052
Fixed the problem with calling LsRemoteCommand without a local repository over the ssh and git:// protocols.

Bug: 436695
Change-Id: Ifd69fbc04156fa4dacdcba6225768f43843eee97
Signed-off-by: Anton Bannykh <anton.bannykh@gmail.com>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/SshTransport.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TcpTransport.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitAnon.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportGitSsh.java