aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2010-06-19 11:42:12 +0200
committerLars Hjemli <hjemli@gmail.com>2010-06-19 11:42:12 +0200
commitc2766deb67acb1eae2b36dc0f5811a9cabb6db20 (patch)
tree463ea4a4388f2c449dec9eb49b33f9c0942030d1 /cgit.h
parentMerge branch 'lh/noweb' (diff)
parentAdd 'max-atom-items' config variable (diff)
downloadcgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.tar.xz
cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.zip
Merge branch 'ag/atom-fixes'
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 9b1e3f8..8884f9e 100644
--- a/cgit.h
+++ b/cgit.h
@@ -146,6 +146,7 @@ struct cgit_query {
char *sort;
int showmsg;
int ssdiff;
+ int show_all;
};
struct cgit_config {
@@ -185,6 +186,7 @@ struct cgit_config {
int enable_subject_links;
int enable_tree_linenumbers;
int local_time;
+ int max_atom_items;
int max_repo_count;
int max_commit_count;
int max_lock_attempts;