]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
serve: introduce git-serve
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index f71073dc8d6c00e0e185eecbe0bb736530f3f24d..f85d682b62d1ee24e1526576c41982204c5f73c9 100644 (file)
--- a/git.c
+++ b/git.c
@@ -461,6 +461,7 @@ static struct cmd_struct commands[] = {
        { "revert", cmd_revert, RUN_SETUP | NEED_WORK_TREE },
        { "rm", cmd_rm, RUN_SETUP },
        { "send-pack", cmd_send_pack, RUN_SETUP },
+       { "serve", cmd_serve, RUN_SETUP },
        { "shortlog", cmd_shortlog, RUN_SETUP_GENTLY | USE_PAGER },
        { "show", cmd_show, RUN_SETUP },
        { "show-branch", cmd_show_branch, RUN_SETUP },