]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
log: allow users to follow a file
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index b2253d22b078a3377f1879880819b60658a7172b..31205622d49784bfca1beb8ba12d2f9c0431c6ed 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -179,6 +179,7 @@ struct cgit_query {
        int show_all;
        int context;
        int ignorews;
+       int follow;
        char *vpath;
 };
 
@@ -221,6 +222,7 @@ struct cgit_config {
        int case_sensitive_sort;
        int embedded;
        int enable_filter_overrides;
+       int enable_follow_links;
        int enable_http_clone;
        int enable_index_links;
        int enable_index_owner;