Ubuntu – Can I Prevent Git from Using XTerm Escape Sequences?
I am writing some code where MATLAB queries Git tags: [status, cmdout] = system("TERM=xterm; git tag -l") On my Windows 11 partition, where I wrote the code in the first place, this works fine, I get a newline-separated list of…