Merge branch 'ro/ssdiff'

This commit is contained in:
Lars Hjemli
2009-12-08 19:32:48 +01:00
13 changed files with 586 additions and 25 deletions

2
cgit.h
View File

@ -143,6 +143,7 @@ struct cgit_query {
int nohead;
char *sort;
int showmsg;
int ssdiff;
};
struct cgit_config {
@ -195,6 +196,7 @@ struct cgit_config {
int summary_branches;
int summary_log;
int summary_tags;
int ssdiff;
struct string_list mimetypes;
struct cgit_filter *about_filter;
struct cgit_filter *commit_filter;