twosigma / git-meta

Repository for the git-meta project -- build your own monorepo using Git submodules
http://twosigma.github.io/git-meta
BSD 3-Clause "New" or "Revised" License
216 stars 50 forks source link

git meta doesn't respect color.status config #713

Open petroseskinder opened 5 years ago

petroseskinder commented 5 years ago

git meta status does not respect the color.status config. Apparently it is hard coded in the colors/safe npm module.

Apparently FORCE_COLOR=0 git meta status works

petroseskinder commented 4 years ago

this hit @lihalite recently