Skip to content

Releases: Xgames123/git-credential-github

v2.2.0

13 Apr 13:33
Compare
Choose a tag to compare

Changes

  • Deprecated calling a backing helper (Git does this more cleanly when you put the helper below each other in the credential list (see readme)
  • Deprecated: -b --backing-helper, GCG_BACKINGHELPER, GHLOGIN_BACKINGHELPER and the gh-login symlink (see above)
  • Deprecated: --no-auth-on-fail : Without having a backing helper this doesn't make sense anymore (It was a weird hack to begin with)
  • Deprecated: --auth : This is always on now

When will support for these be dropped

In v3

2.1.0

06 Dec 13:27
Compare
Choose a tag to compare

Changes

  • added --no-auth-on-fail to don't authenticate when the backing helper returns a non 0 exit code #4
  • added --auth to force authenticate

2.0.0

13 Nov 16:37
Compare
Choose a tag to compare
  • Rewriten most of the codebase
  • Renamed to git-credential-github

1.0.0

20 Aug 20:33
Compare
Choose a tag to compare

V1

Note
Debian packages not tested yet

  • The device code now gets copied to the clipboard using wl-clipboard for wayland and xclip for x
  • Added a --quied flag to suppress all output except for the device code
  • The backing helper can now also be set by the GH_LOGIN_BACKINGHELPER environment variable
  • Added aur package

Breaking changes

  • Setting verbose logging now doesn't have an argument instead the -v flag is repeated

0.1.0

25 Jun 15:17
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

V0.1

First version.

Note
gh-login-debian-armv7.deb is not tested yet

Bug or Error

If you find a bug, get an error or the docs are wrong.