diff options
author | Vicent Martà <vicent@github.com> | 2012-08-19 01:26:06 -0700 |
---|---|---|
committer | Vicent Martà <vicent@github.com> | 2012-08-19 01:26:06 -0700 |
commit | f98c32f3fea0d5532db2d5733418aa62648b9e93 (patch) | |
tree | 5b53901f1848d73a72765ec014e2ad5188316eb4 /examples/network/git2.c | |
parent | 1a10fded40875f986164b80c6efd414cd1507cb8 (diff) | |
parent | eb87800ab631d19a7655f01ece130455b1cc976a (diff) | |
download | libgit2-f98c32f3fea0d5532db2d5733418aa62648b9e93.tar.gz |
Merge pull request #778 from ben/clone
Clone
Diffstat (limited to 'examples/network/git2.c')
-rw-r--r-- | examples/network/git2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/git2.c b/examples/network/git2.c index 1bfb13c9e..ecb16630b 100644 --- a/examples/network/git2.c +++ b/examples/network/git2.c @@ -13,6 +13,7 @@ struct { } commands[] = { {"ls-remote", ls_remote}, {"fetch", fetch}, + {"clone", do_clone}, {"index-pack", index_pack}, { NULL, NULL} }; |