From 721b70c2396c0f7d14df70ab86af3d0665390157 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Wed, 4 Aug 2010 10:11:28 +0100 Subject: [PATCH] Bit more information in the commit buffer. --- magit.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/magit.el b/magit.el index 986fd374..cc61be88 100644 --- a/magit.el +++ b/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"