-rw-r--r-- | cgit.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,12 +58,13 @@ struct cgit_repo { char *module_link; char *readme; char *clone_url; int snapshots; int enable_log_filecount; int enable_log_linecount; + time_t mtime; }; struct cgit_repolist { int length; int count; struct cgit_repo *repos; @@ -118,12 +119,14 @@ struct cgit_query { char *path; char *name; char *mimetype; char *url; int ofs; int nohead; + char *sort; + int showmsg; }; struct cgit_config { char *agefile; char *cache_root; char *clone_prefix; |