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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Local config files
The client now supports local, per-repo configuration files. Options specified in a file called config.yml in the root of a repository will override options from the global and default configurations.
Bugfixes
Fixed issue where some git implementations would continuously try to use the user's key insted of the one generated by gin (macOS).
Fixed issue which caused very slow responses on Windows when repositories got too big.