>> And there is no tag. At least no tag object. >> git tag -a xf86-input-synaptics-1.0.0
Peter> cgit claims it has the tag, with an object attached to it. Peter> http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/tag/?id=xf86-input-synaptics-1.0.0 The definitive check is to do a 'git tag -v' on annarchy: ,---- | :; cd /git/xorg/driver/xf86-input-synaptics.git | :; git tag -v xf86-input-synaptics-1.0.0 | object 61ed46a808a293635f5abf5bc7cf1f5d279d908d | type commit | tag xf86-input-synaptics-1.0.0 | tagger Peter Hutterer <[email protected]> 1233531934 +1000 | | xf86-input-synaptics 1.0.0 | gpg: Signature made Sun 01 Feb 2009 03:45:34 PM PST using DSA key ID B467F0BF | gpg: Good signature from "Peter Hutterer (Who-T) <[email protected]>" | Primary key fingerprint: 3C2C 43D9 447D 5938 EF45 51EB E23B 7E70 B467 F0BF `---- Occasionally it is necessary to call 'git pull -t' to get all of the tags into one's local clone. -JimC -- James Cloos <[email protected]> OpenPGP: 1024D/ED7DAEA6 _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
