branch: externals/ivy-hydra
commit 24e68ea95ef3f9e59a2a3778df2208f8705f353e
Author: Brian Leung <[email protected]>
Commit: Oleh Krehel <[email protected]>
counsel.el (counsel-git-log-cmd): Disable coloring.
Fixes #2531
---
counsel.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/counsel.el b/counsel.el
index 74a6a19..4b6057d 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1631,7 +1631,7 @@ done") "\n" t)))
:caller 'counsel-git-stash)))
;;** `counsel-git-log'
-(defvar counsel-git-log-cmd "GIT_PAGER=cat git log --grep '%s'"
+(defvar counsel-git-log-cmd "GIT_PAGER=cat git log --no-color --grep '%s'"
"Command used for \"git log\".")
(defun counsel-git-log-function (_)