Skip to content

Local git config may break campaigns

Created by: eseliger

A customer had a local git config to include ANSI color codes in the git diff output. That config is obviously also picked up when we shell out to git, and the result was a git diff decorated with ANSI color codes, that is not parsable. We should ignore any local configs (or at least ones that affect the output).