X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/afcdd083dab81afef744e261d81a452698188c30..f80ff37a1706e6774ca21a3ce1fceeb17f89a37a:/shared.c diff --git a/shared.c b/shared.c index 2c309f5..9c992c8 100644 --- a/shared.c +++ b/shared.c @@ -70,7 +70,7 @@ int htmlfd = 0; int cgit_get_cmd_index(const char *cmd) { static char *cmds[] = {"log", "commit", "diff", "tree", "blob", - "snapshot", "tag", "refs", NULL}; + "snapshot", "tag", "refs", "patch", NULL}; int i; for(i = 0; cmds[i]; i++)