X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=0b22595548a44c5eaa35dc671dda4d29e0773e96;hb=da8ba5e7da01be597aa9417c563dbd516ea5f204;hp=5da6c65697dfd198e27b5b693566158bf772ab88;hpb=68ea4741643d9e7c4bdac7cbbe6292edc69430ef;p=git.git 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 },