aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorAaron Griffin <agriffin@datalogics.com>2010-02-03 18:31:17 -0600
committerLars Hjemli <hjemli@gmail.com>2010-03-22 23:41:38 +0100
commit65ced7c00907af7e8bd5d239a4fa854a84535520 (patch)
tree81e9f408d8781477c89ddd34591d52c355100cb9 /cgit.h
parentui-tree: add link to plain view for blobs in tree listing (diff)
downloadcgit-65ced7c00907af7e8bd5d239a4fa854a84535520.tar.xz
cgit-65ced7c00907af7e8bd5d239a4fa854a84535520.zip
Add all=1 query param for atom feeds
Displays all items from all branches in one feed Signed-off-by: Aaron Griffin <agriffin@datalogics.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index cd4af72..478aebb 100644
--- a/cgit.h
+++ b/cgit.h
@@ -145,6 +145,7 @@ struct cgit_query {
char *sort;
int showmsg;
int ssdiff;
+ int show_all;
};
struct cgit_config {