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>
此提交包含在:
		
							
								
								
									
										2
									
								
								cgit.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								cgit.c
									
									
									
									
									
								
							@@ -250,6 +250,8 @@ static void querystring_cb(const char *name, const char *value)
 | 
			
		||||
		ctx.qry.period = xstrdup(value);
 | 
			
		||||
	} else if (!strcmp(name, "ss")) {
 | 
			
		||||
		ctx.qry.ssdiff = atoi(value);
 | 
			
		||||
	} else if (!strcmp(name, "all")) {
 | 
			
		||||
		ctx.qry.show_all = atoi(value);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								cgit.h
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								cgit.h
									
									
									
									
									
								
							@@ -145,6 +145,7 @@ struct cgit_query {
 | 
			
		||||
	char *sort;
 | 
			
		||||
	int showmsg;
 | 
			
		||||
	int ssdiff;
 | 
			
		||||
	int show_all;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct cgit_config {
 | 
			
		||||
 
 | 
			
		||||
		新增問題並參考
	
	封鎖使用者