From 4e75d7c9b93010663963d362099777b77a67c446 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 08 Dec 2009 18:34:30 +0000 Subject: Merge branch 'lh/remote-branches' --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 5941ec0..cd4af72 100644 --- a/cgit.h +++ b/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; -- cgit v0.9.0.2