X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/763a6a09deec7290365a0072d25630daa7b417e2..6ec5f36f279a85f59db2851ab476d9acd0015770:/shared.c?ds=sidebyside 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++)