libgit2/examples/network
Brandon Casey faeebd06e4 examples/network/fetch.c: revert overzealous conversion of free to git__free
Since git__free is not exported (it's actually a macro), it should not be
used in client programs.  Change this call to 'git__free' back to 'free'.
2011-11-06 19:35:35 -06:00
..
common.h examples: add ls-remote, fetch and index-pack examples 2011-10-03 02:32:32 +02:00
fetch.c examples/network/fetch.c: revert overzealous conversion of free to git__free 2011-11-06 19:35:35 -06:00
git2.c examples: add ls-remote, fetch and index-pack examples 2011-10-03 02:32:32 +02:00
index-pack.c examples: add ls-remote, fetch and index-pack examples 2011-10-03 02:32:32 +02:00
ls-remote.c examples: add ls-remote, fetch and index-pack examples 2011-10-03 02:32:32 +02:00
Makefile examples: add ls-remote, fetch and index-pack examples 2011-10-03 02:32:32 +02:00