aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc-git.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2009-12-28 03:43:28 +0100
committerJuanma Barranquero <[email protected]>2009-12-28 03:43:28 +0100
commit58941d03a598cdc5b73514ff042f05e56bca642c (patch)
tree61f8329ff0a89286d31fe8234d5011ea90bf5034 /lisp/vc-git.el
parente0425934a0e5f0abb0fccfa5f4c3f39a330c4ca3 (diff)
Supersede color.diff settings in git log (bug#5211).
Diffstat (limited to 'lisp/vc-git.el')
-rw-r--r--lisp/vc-git.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-git.el b/lisp/vc-git.el
index 69e861434b..1970cb1460 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"))