diff options
Diffstat (limited to '')
| -rw-r--r-- | cgit.h | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -137,6 +137,7 @@ struct reflist {  struct cgit_query {  	int has_symref;  	int has_sha1; +	int has_ssdiff;  	char *raw;  	char *repo;  	char *page;  |