Merge branch 'lh/sort-repolist'

This commit is contained in:
Lars Hjemli 2008-12-06 11:35:49 +01:00
commit 9c8be943f7
4 changed files with 126 additions and 14 deletions

2
cgit.h
View file

@ -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 {