aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2009-08-29 11:04:52 +0200
committerJunio C Hamano <gitster@pobox.com>2009-08-29 14:07:25 -0700
commit53a1116c611e9e717d90e1406b29d97648460773 (patch)
tree3ea5b50b1972f195a0824904e24fd29604aad2b0 /git.c
parentd17982f19c570744c98c10c167d54024e9d22909 (diff)
downloadgit-53a1116c611e9e717d90e1406b29d97648460773.tar.gz
git-53a1116c611e9e717d90e1406b29d97648460773.tar.xz
update-server-info: make builtin, use parseopt
Convert git update-server-info to a built-in command and use parseopt. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> 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 5da6c6569..0b2259554 100644
--- a/git.c
+++ b/git.c
@@ -359,6 +359,7 @@ static void handle_internal_command(int argc, const char **argv)
{ "unpack-objects", cmd_unpack_objects, RUN_SETUP },
{ "update-index", cmd_update_index, RUN_SETUP },
{ "update-ref", cmd_update_ref, RUN_SETUP },
+ { "update-server-info", cmd_update_server_info, RUN_SETUP },
{ "upload-archive", cmd_upload_archive },
{ "verify-tag", cmd_verify_tag, RUN_SETUP },
{ "version", cmd_version },