]> git.cameronkatri.com Git - cgit.git/blobdiff - cmd.h
ui-snapshot: pass -n to gzip, to suppress timestamp
[cgit.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index ec9e6915dec2bd59afccd242c42b19bc44a0c20a..eb5bc87feda8a62672b31a268e109d89417557e5 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -7,7 +7,9 @@ struct cgit_cmd {
        const char *name;
        cgit_cmd_fn fn;
        unsigned int want_repo:1,
-               want_layout:1;
+               want_layout:1,
+               want_vpath:1,
+               is_clone:1;
 };
 
 extern struct cgit_cmd *cgit_get_cmd(struct cgit_context *ctx);