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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Libgit2 has force-text option to generate text-encoded patch for binary files. This patch can then be applied with git apply command. git diff command also has option --binary.
Are there any plans to support such option in go-git?