]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-tree.c: add support for path-selected submodule links
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index bad66f0e24849d97d2630ac779792b1388c20494..9d0b3d012a33c14d207a740858208e7ffbc3320a 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -88,6 +88,7 @@ struct cgit_repo {
        struct cgit_filter *about_filter;
        struct cgit_filter *commit_filter;
        struct cgit_filter *source_filter;
+       struct string_list submodules;
 };
 
 typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name,