git-deps icon indicating copy to clipboard operation
git-deps copied to clipboard

don't fork git merge-base

Open aspiers opened this issue 10 years ago • 3 comments

It should be possible to replace invocations of git merge-base with calls to the pygit2 API. This should speed things up a bit.

aspiers avatar Jan 05 '15 17:01 aspiers

Looks like proper merge-base support has only just reached libgit2 so won't be supported by pygit2 for a while.

aspiers avatar Jan 06 '15 13:01 aspiers

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 https://github.com/libgit2/pygit2/pull/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?

waldyrious avatar Apr 11 '17 10:04 waldyrious

Yep, thanks :)

aspiers avatar Apr 11 '17 11:04 aspiers