aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2007-10-29 22:03:39 -0400
committerJunio C Hamano <gitster@pobox.com>2007-11-02 22:40:44 -0700
commit96249c04c07f00485a3ed1052ff10b27ab147fc5 (patch)
tree47fc355fbf8eb14f877a2c93f19dfe511d68feb4 /git.c
parent18f7c51cf921f7db021e012499456120f3f095a9 (diff)
downloadgit-96249c04c07f00485a3ed1052ff10b27ab147fc5.tar.gz
git-96249c04c07f00485a3ed1052ff10b27ab147fc5.tar.xz
Build-in send-pack, with an API for other programs to call.
Also marks some more things as const, as needed. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index c55a13de1..19a2172a1 100644
--- a/git.c
+++ b/git.c
@@ -348,6 +348,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "revert", cmd_revert, RUN_SETUP | NEED_WORK_TREE },
{ "rm", cmd_rm, RUN_SETUP | NEED_WORK_TREE },
{ "runstatus", cmd_runstatus, RUN_SETUP | NEED_WORK_TREE },
+ { "send-pack", cmd_send_pack, RUN_SETUP },
{ "shortlog", cmd_shortlog, RUN_SETUP | USE_PAGER },
{ "show-branch", cmd_show_branch, RUN_SETUP },
{ "show", cmd_show, RUN_SETUP | USE_PAGER },