Add track::Builder.add_commit#12
Merged
Merged
Conversation
The most important one is libgit2 v1.9.4 released 2026-05-22 which fixes relative workstrees.
This struct will be the API used for incremental construction of a TrackMap instance. This code is just a sketch of what will come in later commits.
In module git2 the Oid is fixed as git2::oid.
Separate backend specific code from backend generic code.
A commit may have both a branch label, a derived label, and a tag label. As well as more than one of each. The topology will handle only one of them. Label must handle all as user markups.
One part of git-graph Settings is relevant for topology, one for geometry. This change adds topology configuration to track::Builder
Build a dedicated struct for handing commits beyond the known-commits horizon.
Important interface for adding topology information to Builder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the major interface for building the topology incrementally.