Skip to content

Adapt log example to use OldestFirst sorting for -r/--reverse option #1669

Answered by Byron
jakewilliami asked this question in Q&A
Discussion options

You must be logged in to vote

There is no way to reverse the order of commits shown other than collecting them first.

CommitTimeOrder::OldestFirst has a different effect as it sorts only the commits at each 'junction' of the graph, which can be used to reach the beginning of the graph much faster. But that's already it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Byron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants