Bit more information in the commit buffer.

This commit is contained in:
Phil Jackson 2010-08-04 10:11:28 +01:00
parent efe7080288
commit 721b70c239

View file

@ -2464,9 +2464,12 @@ insert a line to tell how to insert more of them"
(magit-create-buffer-sections
(magit-git-section nil nil
'magit-wash-commit
"log" "--max-count=1"
"log"
"--decorate=full"
"--max-count=1"
"--pretty=medium"
"--cc" "-p" commit)))
"--cc"
"-p" commit)))
(define-minor-mode magit-commit-mode
"Minor mode to view git commit"