From 352bef235461cfc9639f6b4884e956f33f13ef75 Mon Sep 17 00:00:00 2001 From: "gitforwindowshelper[bot]" Date: Sun, 15 Sep 2024 15:24:22 +0000 Subject: [PATCH] Add a release note (bug) When using an `askpass` helper (e.g. implicitly when running inside VS Code's internal terminal), Git v2.46.0 [would error out with "read error: Invalid argument"](https://github.com/git-for-windows/git/issues/5115); This bug has been fixed. Signed-off-by: gitforwindowshelper[bot] --- ReleaseNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7b6d75af7f..d63b7b19ff 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -50,6 +50,7 @@ Git for Windows is distributed with other components yet, such as Bash, zlib, cu ### Bug Fixes * The support code enabled via `core.WSLCompat` did not work well with files stored in subdirectories of the worktree, which [has been fixed](https://github.com/git-for-windows/git/pull/4660). +* When using an `askpass` helper (e.g. implicitly when running inside VS Code's internal terminal), Git v2.46.0 [would error out with "read error: Invalid argument"](https://github.com/git-for-windows/git/issues/5115); This bug has been fixed. ## Changes since Git for Windows v2.45.2 (June 3rd 2024)