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
Instead of using the git commandline tools, use https://github.com/go-git/go-git.
This way not external git binary will be required anymore to interact with git. It might also be a bit faster, then having to spawn an external tool
The text was updated successfully, but these errors were encountered:
fho
changed the title
git: use https://github.com/go-git/go-git instead of commandline tools
git: use go-git instead of commandline tools
Sep 12, 2022
As of now it is not possible to transition to go-git because of the following issues:
When using go-git to evaluate if files are untracked, it takes in our monorepo for one of the apps 1m42s to run baur ls inputs. With baur 2.0.0 it takes 0.5s. This is a blocker. There is a related open issue in go-git: Status() is slow with a large number of untracked files go-git/go-git#181
Instead of using the git commandline tools, use https://github.com/go-git/go-git.
This way not external git binary will be required anymore to interact with git. It might also be a bit faster, then having to spawn an external tool
The text was updated successfully, but these errors were encountered: