From 51625fa09490393c8c5e59197ce032b5cb46e831 Mon Sep 17 00:00:00 2001 From: Clay Date: Tue, 16 Apr 2019 18:01:29 -0700 Subject: [PATCH] fix(import): Avoid "unrecognized input" error from colors when using `--flatten` (#2037) Refs #1644 --- commands/import/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/import/index.js b/commands/import/index.js index ccd198af46..e52dc99d7b 100644 --- a/commands/import/index.js +++ b/commands/import/index.js @@ -151,6 +151,7 @@ class ImportCommand extends Command { "--stat", "--binary", "-1", + "--color=never", sha, // custom git prefixes for accurate parsing of filepaths (#1655) `--src-prefix=COMPARE_A/`,