Add support for remote branches

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
此提交包含在:
Lars Hjemli
2009-11-07 19:10:58 +01:00
父節點 e633ccf714
當前提交 41934a3222
共有 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;
@ -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;