Skip to content

Tags: gka8543/git-credential-manager

Tags

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GCM 2.3.2 (git-ecosystem#1380)

**Changes:**

- Catch unhandled Trace2 exception when writing to a file (git-ecosystem#1378)

v2.3.1

Toggle v2.3.1's commit message
version: bump to 2.3.1

v2.3.0

Toggle v2.3.0's commit message
version: bump to 2.3.0

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mjcheetham Matthew John Cheetham
version: bump to 2.2.2

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
mjcheetham Matthew John Cheetham
version: bump to 2.2.1

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mjcheetham Matthew John Cheetham
version: bump to 2.2.0

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
mjcheetham Matthew John Cheetham
version: bump version to 2.1.2

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Return GitHub PAT token from view model (git-ecosystem#1241)

Fix a bug in the in-proc UI logic for returning the personal access
token. We were accidentally returning the password field rather than the
token field for PATs.

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'release' into main

v2.0.935

Toggle v2.0.935's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
git: consistently read from stdout before exit wait (git-ecosystem#1136)

We should always try and drain standard output before waiting for the
Git process to exit. We do this for all other calls that expect output,
but missed the `TryGet` method.

This is important if Git ever writes out so much data to stdout that we
buffer the output, and then Git will not exit until it can finish
writing (and we'd be waiting for Git to exit).