On Mon, Jun 16, 2008 at 08:30:16PM +0200, Alf Clement wrote: > When I run describe I get an error: > $ git describe --debug HEAD > fatal: cannot describe '792815de6e3c2403f1e2ed5f2264ca88a0ae7000' > > Any hints why? I have a tag v1.3 attached to HEAD and all commited. By default, git-describe uses only annotated tags. Try "git describe --tags HEAD". -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html