X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git.c;h=f4b0cf611b8a281d51970fa088c7271f0aacf21c;hb=9ba929ed652f5ed7707f1c684999af4ad02c4925;hp=00f5dd1d4994ff44c5d718ee8f9ea9d21777245f;hpb=c9c6cc8d7db312b9e8502f8d55422b8309cde2f3;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 },