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

visualize commit-graphs as SVG #893

Merged
merged 10 commits into from
Jun 12, 2023
Merged

visualize commit-graphs as SVG #893

merged 10 commits into from
Jun 12, 2023

Conversation

Byron
Copy link
Owner

@Byron Byron commented Jun 11, 2023

It's mainly a test of how well layout-rs performs.

Tasks

  • bit revision list --svg
  • gix fetch --stats for negotiation statistics
  • a way to write an SVG of negotiation graphs

@Byron Byron force-pushed the bit-revision-graph branch 2 times, most recently from 4bed38f to eaa1b8f Compare June 12, 2023 16:36
…ed during negotiation.

We also remove the `negotiation_rounds` field in favor of a far more detailed `fetch::outcome::Negotiate` struct.
Open the negotiation graph as SVG, after optionally specifying a limit
as rendering/layouting can be very slow.

It's useful to see how the negotiation algorithm is reasoning about each commit.
@Byron Byron merged commit 036e60a into main Jun 12, 2023
@Byron Byron deleted the bit-revision-graph branch June 12, 2023 19:13
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