implement push/pull for remote urls

This commit is contained in:
Sebastian Sdorra
2014-11-01 12:32:21 +01:00
parent 9b91342bd0
commit a6ecd7ba00
7 changed files with 396 additions and 66 deletions

View File

@@ -37,7 +37,6 @@ package sonia.scm.repository.spi;
import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.revwalk.RevCommit;
import org.eclipse.jgit.transport.ScmTransportProtocol;
import org.junit.Test;
@@ -106,9 +105,4 @@ public class GitPushCommandTest extends AbstractRemoteCommandTestBase
return new GitPushCommand(handler, new GitContext(outgoingDirectory),
outgoingRepository);
}
//~--- fields ---------------------------------------------------------------
/** Field description */
private ScmTransportProtocol proto;
}