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
This repository should adopt the closest existing standard – no-color.org’s1NO_COLOR environmental variable – to prevent color output on demand until git(1) itself supports it.2
Where
git unstage
will return agit status
, there is no way to prevent color output:gunstage/bin/git-unstage
Line 31 in f172b48
gunstage/bin/git-unstage
Line 43 in f172b48
This repository should adopt the closest existing standard –
no-color.org
’s1NO_COLOR
environmental variable – to prevent color output on demand untilgit(1)
itself supports it.2Footnotes
jcs/no_color
generatesno-color.org
↩As of November 2023, Git’s only test for
$NO_COLOR
is int/chainlint.pl
, where it was added in September 2022 (git/git@7c04aa7390
) ↩The text was updated successfully, but these errors were encountered: