X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8efb05f98ad389d1b7f5aac17838401908622dad..7937d06090dd5e19145ec6fa8befc5770954b30c:/shared.c diff --git a/shared.c b/shared.c index ff600db..7eb2b0e 100644 --- a/shared.c +++ b/shared.c @@ -66,7 +66,7 @@ int htmlfd = 0; int cgit_get_cmd_index(const char *cmd) { static char *cmds[] = {"log", "commit", "diff", "tree", "blob", - "snapshot", "tag", NULL}; + "snapshot", "tag", "refs", NULL}; int i; for(i = 0; cmds[i]; i++)