Merge branch 'lh/module-links'

This commit is contained in:
Lars Hjemli 2012-03-18 20:59:36 +00:00
commit 2b9fab8d30
8 changed files with 85 additions and 15 deletions

1
cgit.h
View file

@ -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,