]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Make fetch-pack a builtin with an internal API
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 41fe73eff9dd17d1b6bd7c92510870b5fd081e2d..6ca36c02650bdebef6c015328231f50b9edf3cef 100644 (file)
--- a/git.c
+++ b/git.c
@@ -334,6 +334,7 @@ static void handle_internal_command(int argc, const char **argv)
                { "diff-files", cmd_diff_files },
                { "diff-index", cmd_diff_index, RUN_SETUP },
                { "diff-tree", cmd_diff_tree, RUN_SETUP },
+               { "fetch-pack", cmd_fetch_pack, RUN_SETUP },
                { "fetch--tool", cmd_fetch__tool, RUN_SETUP },
                { "fmt-merge-msg", cmd_fmt_merge_msg, RUN_SETUP },
                { "for-each-ref", cmd_for_each_ref, RUN_SETUP },