X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=cache.h;h=f6c590959853f88a2184cbfe433ad9b88a621546;hb=81f3a188a3781fa4a818ed27ee83430682a98ec4;hp=69801b02d535dbbe49535c876979cd093c6db2e1;hpb=b4a081b428c607f98c5d0a0eec8d543dc1f2abcd;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 *);