aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-19 15:25:57 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-19 15:25:57 -0700
commit6858d494926437ad7b7e9199ea39953eb90c7bab (patch)
treed364a2e94b9771aab4f2ecd77c5866049b68e705 /cache.h
parent969d326d6b54573e171c903fdf9fdc6b107c18d1 (diff)
parent2a3870432395e78c82a870bf1a177b8d5b8fbdf0 (diff)
downloadgit-6858d494926437ad7b7e9199ea39953eb90c7bab.tar.gz
git-6858d494926437ad7b7e9199ea39953eb90c7bab.tar.xz
Merge part of 'js/fmt-patch' for RFC2822 dates into 'sp/reflog'
An earlier patch from Shawn Pearce dependes on a change that is only in "next". I do not want to make this series hostage to the yet-to-graduate js/fmt-patch branch, but let's try fixing it by merging the early parts of the branch to see what happens. Right now, 'sp/reflog' will not be in "next" for now, so I won't have to regret this -- if this merge causes problem down the road merging I can always rebuild the topic branch ;-).
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index 2386b95e0..f01ca436e 100644
--- a/cache.h
+++ b/cache.h
@@ -252,6 +252,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 *);