X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/e5da4bca54574522b28f88cab0dc8ebad9e35a73..a1b01b2513510f8f93f7f8ca39969002cd496a19:/cgit.h diff --git a/cgit.h b/cgit.h index e2af0c2..91db98a 100644 --- a/cgit.h +++ b/cgit.h @@ -24,6 +24,7 @@ */ #define FMT_LONGDATE "%Y-%m-%d %H:%M:%S (%Z)" #define FMT_SHORTDATE "%Y-%m-%d" +#define FMT_ATOMDATE "%Y-%m-%dT%H:%M:%SZ" /* @@ -84,7 +85,7 @@ struct commitinfo { struct taginfo { char *tagger; char *tagger_email; - int tagger_date; + unsigned long tagger_date; char *msg; }; @@ -117,7 +118,9 @@ struct cgit_query { char *path; char *name; char *mimetype; + char *url; int ofs; + int nohead; }; struct cgit_config {