klesh commented on issue #6615: URL: https://github.com/apache/incubator-devlake/issues/6615#issuecomment-4169462309
> Hey [@klesh](https://github.com/klesh), > > I see there are two implementations of the `RepoCollector` interface in gitextractor: one is Libgit2 and the other is GoGit, and there is a flag to control whichone gets used at runtime. So isn't this migration already done technically? What is missing? > > (Here was the PR: [#6701](https://github.com/apache/incubator-devlake/pull/6701)) You're absolutely right. However, the default is still `libgit2`. Honestly, I think the best choice is to use the official `git` CLI instead of any third-party implementation. It's faster, more stable, and already gives us everything we need. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
