diff options
author | Lars Hjemli <hjemli@gmail.com> | 2009-12-08 19:34:30 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2009-12-08 19:34:30 +0100 |
commit | 4e75d7c9b93010663963d362099777b77a67c446 (patch) | |
tree | b36c95b774e31bd4bb3bcde0123d6522719b7a5a /cgit.h | |
parent | Merge branch 'ro/ssdiff' (diff) | |
parent | Add support for remote branches (diff) | |
download | cgit-pink-4e75d7c9b93010663963d362099777b77a67c446.tar.gz cgit-pink-4e75d7c9b93010663963d362099777b77a67c446.zip |
Merge branch 'lh/remote-branches'
Diffstat (limited to '')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |