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 | caf0825d97582d137387b8879867247e92cca022 (diff) | |
parent | 80476b0d2873eb212fad38487fd6189bd6629cbe (diff) | |
download | cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.tar.gz cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.tar.bz2 cgit-c2766deb67acb1eae2b36dc0f5811a9cabb6db20.zip |
Merge branch 'ag/atom-fixes'
Diffstat (limited to 'cgit.h')
-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; |