2009/10/22 Eugene Sajine <euguess@xxxxxxxxx>: > Hi, > > I have a test repo which I'm playing with. It has about 15 commits and > one branch only (master) and couple of tags. Somehow it got to a state > when > > $ git describe > > gives: > > fatal: cannot describe 'SHA-1' > > The command is working ok with my other repo. It doesn't seem that the > test repo is corrupted. I can commit, push and pull, see the history > with gitk... How can I check or repair it? > > Thanks, > Eugene Your tags are probably not annotated (lightweight tags), use git describe --tags. -- Mikael Magnusson -- 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