We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should be possible to replace invocations of git merge-base with calls to the pygit2 API. This should speed things up a bit.
git merge-base
pygit2
The text was updated successfully, but these errors were encountered:
Looks like proper merge-base support has only just reached libgit2 so won't be supported by pygit2 for a while.
merge-base
libgit2
Sorry, something went wrong.
According to https://github.com/libgit2/pygit2#0220-2015-01-16, it looks like pygit2 adopted that version of libgit2 only a few days after this issue was submitted :) But you know that, since you commented on libgit2/pygit2#459, so I'm confused now about whether that's the right release.
In any case, I suppose since then the change has indeed propagated to pygit2 regardless. Should the "blocked" label be removed from this issue?
Yep, thanks :)
No branches or pull requests
It should be possible to replace invocations of
git merge-base
with calls to thepygit2
API. This should speed things up a bit.The text was updated successfully, but these errors were encountered: