I lost git pretty format. Now all I see is a bunch of ESC[m characters. I haven't knowingly changed anything at my end so what happened to the formatting with the Trinity repo?
Darrell
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA224
I lost git pretty format. Now all I see is a bunch of ESC[m characters. I haven't knowingly changed anything at my end so what happened to the formatting with the Trinity repo?
Darrell
Nothing changed on the central repository end; did you have a GIT client package update recently?
What is the affected command? I assume "git log --pretty:?
Thanks!
Tim
Nothing changed on the central repository end; did you have a GIT client package update recently?
What is the affected command? I assume "git log --pretty:?
No git updates here. For a couple of years I have been using a local ~/.gitconfig that contains the following:
[color] branch = auto diff = auto status = auto [color "branch"] current = yellow reverse local = yellow remote = green [color "diff"] meta = yellow bold frag = magenta bold old = red bold new = green bold [color "status"] added = yellow changed = green untracked = cyan [push] default = simple
Temporarily removing the config file makes no difference. $LANG=en_US, which hasn't changed in years.
Darrell