]> gitweb.ps.run Git - ps-cgit/blobdiff - shared.c
Add ui-tag.c
[ps-cgit] / shared.c
index 1a5b866e86630df4964961086edbb0ea1ec0d48e..06693b0cdc2f5fd9c1455dee56e660be0c8062e3 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++)