libgit2/examples
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
..
network examples/network/fetch.c: revert overzealous conversion of free to git__free 2011-11-06 19:35:35 -06:00
.gitignore update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00
general.c examples/general.c: update for recent API renaming of git_config_get_int 2011-11-05 18:01:32 -05:00
Makefile Fixed typo in example Makefile code and slimmed it down more. 2011-09-15 23:15:38 -04:00
showindex.c update examples content to be compilable and up to date 2011-06-15 09:40:06 -07:00