Merge branch 'lh/module-links'

Este commit está contenido en:
Lars Hjemli
2012-03-18 20:59:36 +00:00
Se han modificado 8 ficheros con 85 adiciones y 15 borrados

1
cgit.h
Ver fichero

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