Add support for sorting by Age in the repolist

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Benjamin Close
2008-11-25 06:25:35 -08:00
committed by Lars Hjemli
parent 7b5cee65fd
commit d71c0c725d
3 changed files with 39 additions and 3 deletions

1
cgit.h
View File

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