Git development
 help / color / mirror / Atom feed
* Bug in 'git describe' if I have two tags on the same commit.
@ 2017-02-12 12:15 Istvan Pato
  2017-02-13 15:44 ` Kevin Daudt
  0 siblings, 1 reply; 4+ messages in thread
From: Istvan Pato @ 2017-02-12 12:15 UTC (permalink / raw)
  To: git

I didn't get back the latest tag by 'git describe --tags --always' if
I have two tags on the same commit.

// repository ppa:git-core/ppa

(master)⚡ % cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"

(master)⚡ % git --version
git version 2.11.0

(master) [1] % git show-ref --tag
76c634390... refs/tags/1.0.0
b77c7cd17... refs/tags/1.1.0
b77c7cd17... refs/tags/1.2.0

(master) % git describe --tags --always
1.1.0-1-ge9e9ced

### Expected: 1.2.0

References:

https://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.1.txt

* "git describe" did not tie-break tags that point at the same commit
  correctly; newer ones are preferred by paying attention to the
  tagger date now.

http://stackoverflow.com/questions/8089002/git-describe-with-two-tags-on-the-same-commit

Thanks,
Istvan Pato

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

end of thread, other threads:[~2017-02-14  8:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-12 12:15 Bug in 'git describe' if I have two tags on the same commit Istvan Pato
2017-02-13 15:44 ` Kevin Daudt
2017-02-13 20:35   ` Junio C Hamano
2017-02-14  8:07     ` Istvan Pato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox