-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow graph sharing by unifying
Flags
type.
This makes the graph used in `gix-negotiate` shareable by callers, which can do their own traversal and store their own flags. The knowlege of this traversal can be kept using such shared flags, like the `PARSED` bit which should be set whenever parents are traversed. That way we are able to emulate the algorithms git uses perfectly, as we keep exactly the same state.
- Loading branch information
Showing
5 changed files
with
166 additions
and
155 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.