-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Commits on Jun 12, 2023
-
feat:
bit revision list --svg
to create a visual graph of commits.It's mainly a test of how well `layout-rs` performs.
Configuration menu - View commit details
-
Copy full SHA for bd32e39 - Browse repository at this point
Copy the full SHA bd32e39View commit details -
feat: Allow turning a
Graph
into the underlying map.The map associates commit ids with data.
Configuration menu - View commit details
-
Copy full SHA for e4a77aa - Browse repository at this point
Copy the full SHA e4a77aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 518159d - Browse repository at this point
Copy the full SHA 518159dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2536f49 - Browse repository at this point
Copy the full SHA 2536f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ff6bc - Browse repository at this point
Copy the full SHA d0ff6bcView commit details -
feat!: provide
fetch::outcome::Negotiate
for details on what happen……ed during negotiation. We also remove the `negotiation_rounds` field in favor of a far more detailed `fetch::outcome::Negotiate` struct.
Configuration menu - View commit details
-
Copy full SHA for 682def0 - Browse repository at this point
Copy the full SHA 682def0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3728e10 - Browse repository at this point
Copy the full SHA 3728e10View commit details -
feat: expose
hashtable
in root for access to optimized-for-object-i……ds sets and maps.
Configuration menu - View commit details
-
Copy full SHA for 47c7b0d - Browse repository at this point
Copy the full SHA 47c7b0dView commit details -
feat:
gix fetch --negotiation-info
to provide additional informatio……n about the negotiation phase.
Configuration menu - View commit details
-
Copy full SHA for 096838f - Browse repository at this point
Copy the full SHA 096838fView commit details -
feat:
gix fetch --open-negotiation-graph[=limit]
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.
Configuration menu - View commit details
-
Copy full SHA for 452ed6b - Browse repository at this point
Copy the full SHA 452ed6bView commit details