keon94 commented on code in PR #6701:
URL: 
https://github.com/apache/incubator-devlake/pull/6701#discussion_r1438927883


##########
backend/plugins/gitextractor/parser/repo_creator.go:
##########
@@ -48,14 +52,25 @@ func (l *GitRepoCreator) LocalRepo(repoPath, repoId string) 
(*GitRepo, errors.Er
                l.logger.Error(err, "OpenRepository")
                return nil, errors.Convert(err)
        }
-       return l.newGitRepo(repoId, repo), nil
+       var goGitRepo *gogit.Repository
+       if EnableGoGit {

Review Comment:
   is the goal of this ticket to add go-git support and keep libgit2 around for 
a while, or do we want to drop libgit2 support altogether in this one?



-- 
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]

Reply via email to