X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=f6c590959853f88a2184cbfe433ad9b88a621546;hb=2448482b3d5e265dd29fa38c3827565f6f2f31ec;hp=69801b02d535dbbe49535c876979cd093c6db2e1;hpb=12d81ce59846e17676c5534257ca2f1783829d63;p=git.git diff --git a/cache.h b/cache.h index 69801b02..f6c59095 100644 --- a/cache.h +++ b/cache.h @@ -249,6 +249,7 @@ extern void *read_object_with_reference(const unsigned char *sha1, unsigned char *sha1_ret); const char *show_date(unsigned long time, int timezone); +const char *show_rfc2822_date(unsigned long time, int timezone); int parse_date(const char *date, char *buf, int bufsize); void datestamp(char *buf, int bufsize); unsigned long approxidate(const char *);