2
0
mirror of https://git.zx2c4.com/cgit synced 2025-09-04 08:15:09 +00:00

Merge branch 'lh/sort-repolist'

This commit is contained in:
Lars Hjemli
2008-12-06 11:35:49 +01:00
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 {