Merge branch 'lh/sort-repolist'

这个提交包含在:
Lars Hjemli
2008-12-06 11:35:49 +01:00
当前提交 9c8be943f7
共有 4 个文件被更改,包括 126 次插入14 次删除

2
cgit.h
查看文件

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