libgit2/examples/network
Carlos Martín Nieto 64d01de8a7 remote: start moving the protocol to a common area
For the transition, http is going to keep its own logic until the
git/common code catches up with the implied multi_ack that http
has. This also has the side-effect of making the code cleaner and more
correct regardingt he protocol.
2012-07-30 20:25:10 +02:00
..
.gitignore examples/network/.gitignore: ignore 'git2' 2011-11-06 20:07:27 -06:00
common.h examples: add ls-remote, fetch and index-pack examples 2011-10-03 02:32:32 +02:00
fetch.c remote: start moving the protocol to a common area 2012-07-30 20:25:10 +02:00
git2.c errors: Rename the generic return codes 2012-05-18 01:26:26 +02:00
index-pack.c indexer: don't use '/objects/pack/' unconditionally 2012-06-28 10:24:03 +02:00
ls-remote.c errors: Rename the generic return codes 2012-05-18 01:26:26 +02:00
Makefile indexer: don't use '/objects/pack/' unconditionally 2012-06-28 10:24:03 +02:00