mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 17:44:27 +02:00
Merge branch 'lh/module-links'
This commit is contained in:
commit
2b9fab8d30
8 changed files with 85 additions and 15 deletions
1
cgit.h
1
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue