Add support for remote branches

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2009-11-07 19:10:58 +01:00
parent e633ccf714
commit 41934a3222
5 changed files with 18 additions and 0 deletions

2
cgit.h
View File

@@ -72,6 +72,7 @@ struct cgit_repo {
int snapshots;
int enable_log_filecount;
int enable_log_linecount;
int enable_remote_branches;
int max_stats;
time_t mtime;
struct cgit_filter *about_filter;
@@ -178,6 +179,7 @@ struct cgit_config {
int enable_index_links;
int enable_log_filecount;
int enable_log_linecount;
int enable_remote_branches;
int enable_tree_linenumbers;
int local_time;
int max_repo_count;