-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to using go-git for Go operations #13
Comments
Just as a wish which is often ignored (or got forgotten) - commit signature. Git binary picks it up currently automatically, however with go-git additional implementation would be required to handle it during commits. |
excellent remark @lanwen -- something to keep in mind. |
Yep, strongly agree with @lanwen here. I sign my commits and tags and have verified signatures enabled on GitHub. I advocate to just use # The clone below will exit with a fatal error due to zero-padded file modes.
git clone https://github.com/pallets/flask --config fetch.fsckobjects=true It's possible for git clients to introduce repo corruptions. I recommend continuing to use vanilla git. |
Break the dependency on
exec
ing thegit
command, and use https://github.com/go-git/go-git instead.The text was updated successfully, but these errors were encountered: