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
Member

@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 mentioned this pull request Jun 11, 2023
27 tasks
@Byron Byron force-pushed the bit-revision-graph branch from c95be8e to 4bba95d Compare June 11, 2023 19:19
@Byron Byron force-pushed the bit-revision-graph branch 2 times, most recently from 4bed38f to eaa1b8f Compare June 12, 2023 16:36
Byron added 6 commits June 12, 2023 19:04
…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 force-pushed the bit-revision-graph branch from eaa1b8f to 452ed6b Compare June 12, 2023 18:17
@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