X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/afcdd083dab81afef744e261d81a452698188c30..620bb3e5e4ff87da740fe7232ba74330b5f862d4:/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++)