Bit more information in the commit buffer.
This commit is contained in:
parent
efe7080288
commit
721b70c239
1 changed files with 5 additions and 2 deletions
7
magit.el
7
magit.el
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue