Add support for sorting by Age in the repolist

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Benjamin Close
2008-11-25 06:25:35 -08:00
提交者 Lars Hjemli
父节点 7b5cee65fd
当前提交 d71c0c725d
共有 3 个文件被更改,包括 39 次插入3 次删除

1
cgit.h
查看文件

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