X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=shell.c;h=b968be79f487f8d93e205fd0a844a206e24f21f8;hb=a4c2e69936df8dd0b071b85664c6cc6a4870dd84;hp=e3393690dd3b79af80e6b95710583e744fd574d4;hpb=b43b73666be32ecdc27384d67dc88e4b4869efa1;p=git.git diff --git a/shell.c b/shell.c index e3393690d..b968be79f 100644 --- a/shell.c +++ b/shell.c @@ -40,6 +40,7 @@ static struct commands { } cmd_list[] = { { "git-receive-pack", do_generic_cmd }, { "git-upload-pack", do_generic_cmd }, + { "git-upload-archive", do_generic_cmd }, { "cvs", do_cvs_cmd }, { NULL }, };