commit-graph: Introduce a parser for commit-graph files by lhchavez · Pull Request #5762 · libgit2/libgit2 · GitHub
Skip to content

commit-graph: Introduce a parser for commit-graph files#5762

Merged
ethomson merged 1 commit into
libgit2:mainfrom
lhchavez:cgraph-parser
Feb 1, 2021
Merged

commit-graph: Introduce a parser for commit-graph files#5762
ethomson merged 1 commit into
libgit2:mainfrom
lhchavez:cgraph-parser

Conversation

@lhchavez

@lhchavez lhchavez commented Jan 6, 2021

Copy link
Copy Markdown
Contributor

This change is the first in a series to add support for git's
commit-graph. This should speed up commit graph traversals by avoiding
object parsing and allowing some operations to terminate earlier.

Part of: #5757

@lhchavez lhchavez mentioned this pull request Jan 6, 2021
8 tasks
Base automatically changed from master to main January 7, 2021 10:10
This change is the first in a series to add support for git's
commit-graph. This should speed up commit graph traversals by avoiding
object parsing and allowing some operations to terminate earlier.

Part of: libgit2#5757
@ethomson ethomson merged commit 2ad1525 into libgit2:main Feb 1, 2021
@ethomson

ethomson commented Feb 1, 2021

Copy link
Copy Markdown
Member

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.

2 participants