Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_name: add get_sha1_with_context()
[gitweb.git]
/
tag.h
diff --git
a/tag.h
b/tag.h
index c437890f7950a0d2ca9e088551f31cdcf1eaec2d..47662724a6d7d07eeeacd5c8528d94d750ecf878 100644
(file)
--- a/
tag.h
+++ b/
tag.h
@@
-9,6
+9,7
@@
struct tag {
struct object object;
struct object *tagged;
char *tag;
+ unsigned long date;
};
extern struct tag *lookup_tag(const unsigned char *sha1);