From 58941d03a598cdc5b73514ff042f05e56bca642c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 28 Dec 2009 03:43:28 +0100 Subject: Supersede color.diff settings in git log (bug#5211). --- lisp/vc-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/vc-git.el') diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 69e861434ba..1970cb1460a 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -555,7 +555,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches." (apply 'vc-git-command buffer 'async files (append - '("log") + '("log" "--no-color") (when shortlog '("--graph" "--decorate" "--date=short" "--pretty=format:%d%h %ad %s" "--abbrev-commit")) -- cgit v1.2.1