Add generic full fetch class and protocol dependant subclasses
commitc02839c3e16e4dd7b2076ff09e93848e298042fd
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 25 Mar 2008 00:50:15 +0000 (25 01:50 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 6 Apr 2008 12:16:03 +0000 (6 14:16 +0200)
tree9fbb6c144bab81e46536e7d2a4da0e8e655ef335
parent705908d182e2dd17ce6e6a302f6dc3f3aa667e60
Add generic full fetch class and protocol dependant subclasses

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/fetch/FetchTest.java
org.spearce.jgit.test/tst/org/spearce/jgit/lib/RepositoryTestCase.java
org.spearce.jgit/src/org/spearce/jgit/fetch/FullFetchClient.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fetch/GitProtocolFetchClient.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fetch/GitSshProtocolFetchClient.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/fetch/LocalGitProtocolFetchClient.java [new file with mode: 0644]