diff lisp/vc-git.el @ 106660:7c505f803ab1

Supersede color.diff settings in git log (bug#5211).
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 28 Dec 2009 03:43:28 +0100
parents 88a0c109936e
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/vc-git.el	Mon Dec 28 03:13:43 2009 +0100
+++ b/lisp/vc-git.el	Mon Dec 28 03:43:28 2009 +0100
@@ -555,7 +555,7 @@
 	(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"))