mirror of
https://git.zx2c4.com/cgit
synced 2025-07-09 17:54:35 +02:00
Merge branch 'lh/sort-repolist'
This commit is contained in:
commit
9c8be943f7
4 changed files with 126 additions and 14 deletions
2
cgit.h
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue