Show combined diffs with git-log.

* magit.el (magit-show-commit): Add "--cc" to git-log invocation.
This commit is contained in:
Marius Vollmer 2008-08-11 19:17:47 +03:00
parent fc3286ffa0
commit e6ba8fdf31

View file

@ -767,7 +767,8 @@ the current line into your working tree.
(let ((inhibit-read-only t))
(erase-buffer)
(magit-insert-section 'commit nil 'magit-wash-diff
"git" "log" "--max-count=1" "-p" commit)))))
"git" "log" "--max-count=1" "--cc" "-p"
commit)))))
(defun magit-quit ()
(interactive)