All of lore.kernel.org
 help / color / mirror / Atom feed
* tags sorted by their depth, *committerdate, and taggerdate
@ 2020-05-06 18:16 clime
  2020-05-07 19:42 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: clime @ 2020-05-06 18:16 UTC (permalink / raw)
  To: Git List

Hello,

I have some very specific requirements to get annotated tags sorted in
a certain way. I would like them to be sorted:
- primarily by their depth (i.e. how far they are from current HEAD
and if they are not reachable then they should not be displayed).
- secondarily by committerdate of the commit they are associated with
- ternarily by taggerdate

Is something like that possible?
Is something like that possible even with git 1.7.1?

If this isn't possible, I am thinking I could write some simple
utility in C to do it but can I rely on certain binary format of
commit and tag objects? Has the format changed at some point since git
1.7.1? Is there a git library I could use for it? Or is the format
documented somewhere?

Thank you very much and sorry for so many questions
clime

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

end of thread, other threads:[~2020-05-07 23:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 18:16 tags sorted by their depth, *committerdate, and taggerdate clime
2020-05-07 19:42 ` Jeff King
2020-05-07 19:47   ` clime
2020-05-07 23:56   ` brian m. carlson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.