comparison 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
comparison
equal deleted inserted replaced
106659:5920a7110856 106660:7c505f803ab1
553 (with-current-buffer 553 (with-current-buffer
554 buffer 554 buffer
555 (apply 'vc-git-command buffer 555 (apply 'vc-git-command buffer
556 'async files 556 'async files
557 (append 557 (append
558 '("log") 558 '("log" "--no-color")
559 (when shortlog 559 (when shortlog
560 '("--graph" "--decorate" 560 '("--graph" "--decorate"
561 "--date=short" "--pretty=format:%d%h %ad %s" "--abbrev-commit")) 561 "--date=short" "--pretty=format:%d%h %ad %s" "--abbrev-commit"))
562 (when limit (list "-n" (format "%s" limit))) 562 (when limit (list "-n" (format "%s" limit)))
563 (when start-revision (list start-revision)) 563 (when start-revision (list start-revision))