diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2010-06-19 11:42:12 +0200 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2010-06-19 11:42:12 +0200 | 
| commit | c2766deb67acb1eae2b36dc0f5811a9cabb6db20 (patch) | |
| tree | 463ea4a4388f2c449dec9eb49b33f9c0942030d1 /cgit.h | |
| parent | Merge branch 'lh/noweb' (diff) | |
| parent | Add 'max-atom-items' config variable (diff) | |
| download | cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.tar.gz cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.tar.bz2 cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.zip | |
Merge branch 'ag/atom-fixes'
Diffstat (limited to '')
| -rw-r--r-- | cgit.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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; | 
