Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

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

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

lhchavez
Copy link
Contributor

@lhchavez lhchavez commented Jan 6, 2021

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
Copy link
Member

ethomson commented Feb 1, 2021

Great stuff, looking forward to getting the commit graph stuff landed!

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