diff options
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} }; |