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
We cannot rely on `"-master`" being at the end of the filepath name in
`cygwinMSYSCheck` on recent MinTTYs. To accommodate, this patch updates the
implementation of `cygwinMSYSCheck` to match what `git-for-windows` does:
* Always use `isInfixOf` to check if `"cygwin-"`, `"msys-"`, and "`-pty"` are
in the filepath name.
* Don't check `"-master"` at all, as this seems to assume a naming convention
that could change in the future.
Fixes#186.
0 commit comments