X-Git-Url: http://rtime.felk.cvut.cz/gitweb/git.git/blobdiff_plain/0984e3a77246c536f938f53ecded99533fb31667..HEAD:/tag.h diff --git a/tag.h b/tag.h index 7a0cb0070..47662724a 100644 --- a/tag.h +++ b/tag.h @@ -9,7 +9,7 @@ struct tag { struct object object; struct object *tagged; char *tag; - char *signature; /* not actually implemented */ + unsigned long date; }; extern struct tag *lookup_tag(const unsigned char *sha1);