]> git.cameronkatri.com Git - cgit.git/blobdiff - shared.c
Merge branch 'master' of git://git.klever.net/patchwork/cgit
[cgit.git] / shared.c
index ccbde27af849f257ff7bdaa166297c01e49e4efc..077934f7ad7a51359d64d92407647232e83904f2 100644 (file)
--- 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++)