branch: externals/urgrep commit d479dc5ad6a4e32085951b1a4ce6d653178079c6 Author: Jim Porter <jporterb...@gmail.com> Commit: Jim Porter <jporterb...@gmail.com>
Remove unnecessary/wrong Git grep color settings --- urgrep-tests.el | 6 ++---- urgrep.el | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/urgrep-tests.el b/urgrep-tests.el index ac7434053a..71d332e067 100644 --- a/urgrep-tests.el +++ b/urgrep-tests.el @@ -365,10 +365,8 @@ joined to compare against COMMAND." "-c" "color.grep.match=bold red" "-c" "color.grep.context=" "-c" "color.grep.function=" "-c" "color.grep.lineNumber=" "-c" "color.grep.column=" - "-c" "color.grep.matchContext=" "-c" - "color.grep.matchSelected=" "-c" "color.grep.selected=" - "-c" "color.grep.separator=" "grep" "--color" - "--no-index" "--exclude-standard" "-n")) + "-c" "color.grep.selected=" "-c" "color.grep.separator=" + "grep" "--color" "--no-index" "--exclude-standard" "-n")) (group-args '("--heading" "--break"))) ;; String/case (urgrep-tests/check-command diff --git a/urgrep.el b/urgrep.el index f8545af147..831baa2ae3 100644 --- a/urgrep.el +++ b/urgrep.el @@ -370,8 +370,6 @@ See also `grep-process-setup'." "-c" "color.grep.function=" "-c" "color.grep.lineNumber=" "-c" "color.grep.column=" - "-c" "color.grep.matchContext=" - "-c" "color.grep.matchSelected=" "-c" "color.grep.selected=" "-c" "color.grep.separator=" "grep" "--color"))))