Merge branch 'jh/path-limit'

Conflicts:
	cgit.h
	ui-commit.c
This commit is contained in:
Lars Hjemli
2010-06-22 16:15:48 +02:00
17 changed files with 276 additions and 165 deletions

1
cgit.h
View File

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