Merge branch 'lh/remote-branches'

This commit is contained in:
Lars Hjemli
2009-12-08 19:34:30 +01:00
當前提交 4e75d7c9b9
共有 5 個文件被更改,包括 18 次插入0 次删除

2
cgit.h
查看文件

@ -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;
@ -179,6 +180,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;