Delete the prior FetchClient implementation
commit64acf5b44b63a21be879b59503abfd48b5d5c8c5
authorShawn O. Pearce <spearce@spearce.org>
Mon, 5 May 2008 22:35:56 +0000 (5 18:35 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 05:16:36 +0000 (11 01:16 -0400)
treedd1fc896a8551ad174c919bb760eb7fd698fbc1d
parentec7b3d530b718317684759804334c1513d0f1afa
Delete the prior FetchClient implementation

Now that we have the Transport API laid down to support both push
and fetch, as well as all of the different protocols that C Git
can actually implement, we do not need the previous FetchClient
contributed by Robin.  The implementation in FetchClient was (in
part) stolen to create PackFetchConnection earlier, as that is
the support necessary for a native object transfer, which is all
that FetchClient was capable of doing.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.test/tst/org/spearce/jgit/transport/FetchTest.java [deleted file]
org.spearce.jgit/src/org/spearce/jgit/transport/FetchClient.java [deleted file]
org.spearce.jgit/src/org/spearce/jgit/transport/FullFetchClient.java [deleted file]
org.spearce.jgit/src/org/spearce/jgit/transport/GitProtocolFetchClient.java [deleted file]
org.spearce.jgit/src/org/spearce/jgit/transport/GitSshProtocolFetchClient.java [deleted file]
org.spearce.jgit/src/org/spearce/jgit/transport/LocalGitProtocolFetchClient.java [deleted file]