X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d532c4d1612c94347427fa1afda6afb7c34e512a..f86a23ff537258d36bf8f1876fa7a4bede6673d8:/cgit.h?ds=sidebyside diff --git a/cgit.h b/cgit.h index 1615616..85045c4 100644 --- a/cgit.h +++ b/cgit.h @@ -61,6 +61,7 @@ struct cgit_repo { int snapshots; int enable_log_filecount; int enable_log_linecount; + int enable_stats; }; struct cgit_repolist { @@ -85,7 +86,7 @@ struct commitinfo { struct taginfo { char *tagger; char *tagger_email; - int tagger_date; + unsigned long tagger_date; char *msg; }; @@ -118,7 +119,10 @@ struct cgit_query { char *path; char *name; char *mimetype; + char *url; + char *period; int ofs; + int nohead; }; struct cgit_config { @@ -149,6 +153,7 @@ struct cgit_config { int enable_index_links; int enable_log_filecount; int enable_log_linecount; + int enable_stats; int local_time; int max_repo_count; int max_commit_count;