You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is from this comment. Currently, we have are using git-repo-info to infer the current sha in can-merge. We are using this package as it doesn't depend on whether git is installed so users who have not installed git can use can-merge however it does not have an implementation for getting remote urls which we are parsing to get the repository names.
This still means that in getRepo() we are still using git to get repository as shown below:
This is from this comment. Currently, we have are using
git-repo-info
to infer the current sha incan-merge
. We are using this package as it doesn't depend on whethergit
is installed so users who have not installedgit
can usecan-merge
however it does not have an implementation for getting remote urls which we are parsing to get the repository names.This still means that in
getRepo()
we are still usinggit
to get repository as shown below:We can add a PR to
git-repo-info
to implement getting the different remote urls.The text was updated successfully, but these errors were encountered: