mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-17 09:25:46 +00:00
Supersede color.diff settings in git log (bug#5211).
This commit is contained in:
parent
e0425934a0
commit
58941d03a5
2 changed files with 9 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue