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
父節點 ff3a3b4e2b
當前提交 65ced7c009
共有 3 個文件被更改,包括 6 次插入1 次删除

1
cgit.h
查看文件

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