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
when (getTermProgram()) { isn't reached even if output is not redirected to a file.
That's correct. Whenever we're in a situation where it's not possible to detect whether output is interactive or not (which is the case for Git for Windows), we should assume it is not, in order to avoid printing ANSI codes to a file.
That's correct. Whenever we're in a situation where it's not possible to detect whether output is interactive or not (which is the case for Git for Windows), we should assume it is not, in order to avoid printing ANSI codes to a file.
Yeah, that was the workaround I mentioned that we could add to
Win32MppImpls
in a separate PR.Originally posted by @ajalt in #127 (comment)
The text was updated successfully, but these errors were encountered: