Merge branch 'lh/sort-repolist'

This commit is contained in:
Lars Hjemli
2008-12-06 11:35:49 +01:00
förälder e550440233 8813170390
incheckning 9c8be943f7
4 ändrade filer med 126 tillägg och 14 borttagningar

2
cgit.h
Visa fil

@@ -61,6 +61,7 @@ struct cgit_repo {
int snapshots;
int enable_log_filecount;
int enable_log_linecount;
time_t mtime;
};
struct cgit_repolist {
@@ -121,6 +122,7 @@ struct cgit_query {
char *url;
int ofs;
int nohead;
char *sort;
};
struct cgit_config {