X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git.c;h=f4b0cf611b8a281d51970fa088c7271f0aacf21c;hb=15dc66abf02fa22a03d709725bcaeeec4b809834;hp=00f5dd1d4994ff44c5d718ee8f9ea9d21777245f;hpb=81b84bcbe3cc6a29a62fb1a69c68764ad6c0feeb;p=git.git diff --git a/git.c b/git.c index 00f5dd1d4..f4b0cf611 100644 --- a/git.c +++ b/git.c @@ -330,6 +330,7 @@ static void handle_internal_command(int argc, const char **argv) { "prune-packed", cmd_prune_packed, RUN_SETUP }, { "push", cmd_push, RUN_SETUP }, { "read-tree", cmd_read_tree, RUN_SETUP }, + { "receive-pack", cmd_receive_pack }, { "reflog", cmd_reflog, RUN_SETUP }, { "remote", cmd_remote, RUN_SETUP }, { "repo-config", cmd_config },