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>
This commit is contained in:
Aaron Griffin 2010-02-03 18:31:17 -06:00 committed by Lars Hjemli
parent ff3a3b4e2b
commit 65ced7c009
3 changed files with 6 additions and 1 deletions

1
cgit.h
View file

@ -145,6 +145,7 @@ struct cgit_query {
char *sort;
int showmsg;
int ssdiff;
int show_all;
};
struct cgit_config {