From 65ced7c00907af7e8bd5d239a4fa854a84535520 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 3 Feb 2010 18:31:17 -0600 Subject: Add all=1 query param for atom feeds Displays all items from all branches in one feed Signed-off-by: Aaron Griffin Signed-off-by: Lars Hjemli --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') 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 { -- cgit v1.2.3-59-g8ed1b