-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use git
's --date-order
or --topo-order
#3
Labels
enhancement
New feature or request
Comments
I hadn't thought about this because it was based on code I had implemented as a trial in the past 😀 That may be enough. |
I used Is there a reason you opted to not do that? |
|
What graphs are those btw? Those look quite nice. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm sure you are already aware of this, but thought I'd mention it just to check:
serie/src/git.rs
Lines 239 to 251 in 779bd6e
You can use
--date-order
or--topo-order
here directly, e.g.:That way you can skip a bunch of calculation you do internally and rely on the order in git. If you do that, your graph will match closely with the output from
git log --oneline --graph
The text was updated successfully, but these errors were encountered: