Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add '--topo-order' (topological order) option to 'git log' command #675

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

davidrunger
Copy link
Owner

This will order commits as per their order of application to the codebase, rather than the chronological order of the commit dates. These orderings can differ, particularly when it comes to merged branches. I think that generally what we want when they differ is the topological order, rather than the chronological order.

This will order commits as per their order of application to the
codebase, rather than the chronological order of the commit dates. These
orderings can differ, particularly when it comes to merged branches. I
think that generally what we want when they differ is the topological
order, rather than the chronological order.
@davidrunger davidrunger merged commit f200092 into main Sep 8, 2024
1 check passed
@davidrunger davidrunger deleted the use-topo-order branch September 8, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant