X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d6b01dac856efda565d4085e77826fd9ac83348a..1d4aaff696ee1b9085dda0f0f3d84d9d20d96db0:/shared.c diff --git a/shared.c b/shared.c index ccbde27..077934f 100644 --- a/shared.c +++ b/shared.c @@ -63,7 +63,7 @@ int htmlfd = 0; int cgit_get_cmd_index(const char *cmd) { static char *cmds[] = {"log", "commit", "diff", "tree", "blob", - "snapshot", NULL}; + "snapshot", "tag", NULL}; int i; for(i = 0; cmds[i]; i++)