2
0
mirror of https://git.zx2c4.com/cgit synced 2025-08-30 22:05:08 +00:00

Merge branch 'full-log'

Conflicts:
	cgit.c
	cgit.h
This commit is contained in:
Lars Hjemli
2008-12-06 11:37:37 +01:00
9 changed files with 61 additions and 13 deletions

1
cgit.h
View File

@@ -123,6 +123,7 @@ struct cgit_query {
int ofs;
int nohead;
char *sort;
int showmsg;
};
struct cgit_config {