Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blame: rename scoreboard structure to blame_scoreboard
[gitweb.git]
/
tag.c
diff --git
a/tag.c
b/tag.c
index 9b6725e02c9c84d34d5806746d705cb5ca32b479..d71b67e8d83cba2273f468b1922cc788e2e0989e 100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-97,7
+97,7
@@
struct tag *lookup_tag(const unsigned char *sha1)
return object_as_type(obj, OBJ_TAG, 0);
}
-static
unsigned long
parse_tag_date(const char *buf, const char *tail)
+static
timestamp_t
parse_tag_date(const char *buf, const char *tail)
{
const char *dateptr;