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
The report in microsoft/git#730 describes a
bug where running a background task in a Git hook was clashing with the
MSYS2 runtime's console mode wrangling. Incidentally, the same fix
addressed the bug git-for-windows/git#4776
reported: Running `git add -p` in Notepad++ (or VS Code), after
`e`diting a hunk, the console gets stuck.
Sadly, this bug fix caused a regression that was reported in
msys2/msys2-runtime#268. Even more sadly, the
fix for _that_ regression re-broke the Git hook issue described above.
I reported this issue to Cygwin (via IRC, sorry, no public record), and
they came up with this fix.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments