git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git describe weird behaviour
@ 2010-11-10  1:00 Miklos Vajna
  2010-11-10  4:14 ` Jeff King
  2010-11-10 19:38 ` Junio C Hamano
  0 siblings, 2 replies; 11+ messages in thread
From: Miklos Vajna @ 2010-11-10  1:00 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

Hi,

I'm not sure if this is a bug, so I'm asking.

The frugalware project (git repo:
http://frugalware.org/git/pub/frugalware/frugalware-current ) has the
two latest tags 1.3 and 1.4pre1, somehow git describe HEAD now mentions
1.3 and not 1.4pre1 in the output.

To be more exact:

$ git rev-parse --short HEAD
f25435f

$ git rev-list 1.4pre1..|wc -l
871

So I would exepct 1.4pre1-871-gf25435f. In fact, the output is:

$ git describe
1.3-3028-gf25435f

Or in case I force the usage of the latest tag:

$ git describe --candidate 1
1.4pre1-64725-gf25435f

Does anyone have an idea what's going wrong here?

Thanks.

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-12-09  3:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-10  1:00 git describe weird behaviour Miklos Vajna
2010-11-10  4:14 ` Jeff King
2010-11-10  8:47   ` Maaartin
2010-11-10  8:52   ` Thomas Rast
2010-11-10 14:03   ` Miklos Vajna
2010-12-09  1:33     ` Miklos Vajna
2010-12-09  3:28       ` Jeff King
2010-11-10 19:38 ` Junio C Hamano
2010-11-10 20:40   ` Miklos Vajna
2010-11-10 21:24     ` Jonathan Nieder
2010-11-10 22:07       ` Miklos Vajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).