Implement the fetch protocol.
commit670937c2277d71a3b0fdaa56a8e2da8c071a8221
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 11 Mar 2008 16:38:46 +0000 (11 17:38 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 5 Apr 2008 17:25:58 +0000 (5 19:25 +0200)
tree0507e5ab2a149f62ae2fc3f3150aae4f8dbf6398
parent2988c319796838354691e113dccba2fb65da7a56
Implement the fetch protocol.

This class can talk to a server, negotiate which commits to receieve
and download a pack.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit/src/org/spearce/jgit/fetch/FetchClient.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/lib/Repository.java