libgit2/examples/network
Brandon Casey 349532d0b1 examples/network/git2.c: exit with proper status, and avoid segfault
This function should exit after printing usage information if too few
arguments were specified.

Additionally, it should exit with a failure status if the first argument
supplied is not one in the internal command list.
2011-11-06 19:44:29 -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/network/git2.c: exit with proper status, and avoid segfault 2011-11-06 19:44:29 -06: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