git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* 'git tag' returns tags not in the order they were created
@ 2023-01-01 19:48 Yuri
  2023-01-01 20:09 ` Eric Sunshine
  0 siblings, 1 reply; 2+ messages in thread
From: Yuri @ 2023-01-01 19:48 UTC (permalink / raw)
  To: Git Mailing List

'git tag' returns these tags on 
https://github.com/out-of-cheese-error/the-way:

v0.10.0
v0.10.1
v0.11.0
v0.11.1
v0.12.0
v0.12.1
v0.13.0
v0.14.0
v0.14.1
v0.14.2
v0.14.3
v0.14.4
v0.15.0
v0.16.0
v0.16.1
v0.17.0
v0.17.1
v0.18.0
v0.2.1-osx
v0.2.1_osx
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.3.0
v0.3.1
v0.3.2
v0.4.0
v0.5.0
v0.6.0
v0.6.1
v0.7.0
v0.8.0
v0.9.0

The latest tag is 0.18.0.


'git tag' should return tags in the order they were created.

Maybe they should be sorted by date?



git-2.38.1


Yuri


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

* Re: 'git tag' returns tags not in the order they were created
  2023-01-01 19:48 'git tag' returns tags not in the order they were created Yuri
@ 2023-01-01 20:09 ` Eric Sunshine
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Sunshine @ 2023-01-01 20:09 UTC (permalink / raw)
  To: Yuri; +Cc: Git Mailing List

On Sun, Jan 1, 2023 at 3:05 PM Yuri <yuri@tsoft.com> wrote:
> 'git tag' returns these tags on
> https://github.com/out-of-cheese-error/the-way:
> [...]
> The latest tag is 0.18.0.
> 'git tag' should return tags in the order they were created.
> Maybe they should be sorted by date?

See `git tag --sort=<key>`.

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

end of thread, other threads:[~2023-01-01 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-01 19:48 'git tag' returns tags not in the order they were created Yuri
2023-01-01 20:09 ` Eric Sunshine

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).