question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add option to sort by commit date

See original GitHub issue

Currently, versions are sorted by semver or string comparison but I want to sort by commit date.

We can get sorted tag list by git tag -l --sort=-committerdate.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
anatawa12commented, May 23, 2021

I think an option to sort by git --sort option is good to support wide-range of usages.

0reactions
anatawa12commented, May 23, 2021

I’m trying to think of a reason as to why you would ever want to sort your releases by committerdate?

In my project, To show both snapshots and releases.

Ah, true, but then creatordate (the date it was tagged) would work fine for that too?

I didn’t know creatordate but I think that also work fine.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can you order git log by commit timestamp? - Stack Overflow
With rebased branches, --date-order will sort by when the commits were rebased, while --author-date-order will sort by when they were originally ...
Read more >
Add option to sort branches by date changed in branch popup
It would be nice to have option to sort branches and repositories by date of the last commit made to the repo/branch. For...
Read more >
Sort the network graph both by commit date and topographically
This commit solves the problem by both sorting by date, and by sorting topographically (parents aren't displayed until all their children are displayed)....
Read more >
Text filter: sort search results by date · Issue #10074 - GitHub
In order to get this, turn off both Sort commit by author date and Arrange commits by topo order . grafik. Strange, I...
Read more >
Sort Git history by date - Visual Studio Feedback
Currently, when you look at the history of a branch or a file, commits are sorted by what seems to be topological order...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found