Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
lock_packed_refs(): take a `packed_ref_store *` parameter
[gitweb.git]
/
tag.h
diff --git
a/tag.h
b/tag.h
index 8d6fc28145af5467a0b9b942333ddd153760355d..fdfcb4a84aa16b8173f8f308f7faecf8e9f000c7 100644
(file)
--- a/
tag.h
+++ b/
tag.h
@@
-9,7
+9,7
@@
struct tag {
struct object object;
struct object *tagged;
char *tag;
-
unsigned long
date;
+
timestamp_t
date;
};
extern struct tag *lookup_tag(const struct object_id *oid);