From 50b204586b6fd48405a263436908387c3f5b8ebf Mon Sep 17 00:00:00 2001 From: Chris NeJame Date: Thu, 1 Oct 2020 15:19:09 -0400 Subject: [PATCH] is mutually exclusive --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index c3aeef1..526a6ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -284,7 +284,7 @@ function createCommand( } // File and file status - if (options.nameStatus) { + if (options.nameStatus && !options.fileLineRange) { command += " --name-status"; }