Show combined diffs with git-log.
* magit.el (magit-show-commit): Add "--cc" to git-log invocation.
This commit is contained in:
parent
fc3286ffa0
commit
e6ba8fdf31
1 changed files with 2 additions and 1 deletions
3
magit.el
3
magit.el
|
@ -767,7 +767,8 @@ the current line into your working tree.
|
||||||
(let ((inhibit-read-only t))
|
(let ((inhibit-read-only t))
|
||||||
(erase-buffer)
|
(erase-buffer)
|
||||||
(magit-insert-section 'commit nil 'magit-wash-diff
|
(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 ()
|
(defun magit-quit ()
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
Loading…
Reference in a new issue