Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 13:42
· 23 commits to main since this release

Notable Changes

Below are some of the most relevant changes that are introduced with this release.
You should read at least the Breaking Changes section.

Additions

  • Add support for reading ssh keys from ~/.ssh/id_rsa
  • Add support for reading username/password credentials from program specified by GIT_ASKPASS environment variable or by core.askPass configuration.

Internal Changes

  • The code regarding git credentials has been restructured a bit to only supply correct credential types to libgit.
    This means that no SSH key will be given to git to authenticate an HTTPS pull (because that cannot ever work).