X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=shell.c;h=b968be79f487f8d93e205fd0a844a206e24f21f8;hb=2374502c6ca1c8007cb35682f13fb5db044df9ea;hp=e3393690dd3b79af80e6b95710583e744fd574d4;hpb=b4955fb611ce407ef0e522862c60ae0472dbfe5e;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 }, };