X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=tag.h;h=47662724a6d7d07eeeacd5c8528d94d750ecf878;hb=385cc9d8c44eb5be9d57e630129752a72c0a08c8;hp=7a0cb0070d46ba8c49d71029dc0704188805ea62;hpb=521ae135b7dcae27fb78e1b941f50158558108e6;p=git.git 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);