Heya, On Fri, Jul 29, 2011 at 23:46, Allan Caffee <allan.caffee@xxxxxxxxx> wrote: > % git describe --tags --dirty > v0.0.3-dirty > > % git status > # On branch master > nothing to commit (working directory clean) > > % git describe --tags --dirty > v0.0.3 Perhaps git describe does not update the index (properly?), which 'git status' then does, correcting it? -- Cheers, Sverre Rabbelier -- 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