diff --git a/magit.el b/magit.el index c03ad68d..085b343f 100644 --- a/magit.el +++ b/magit.el @@ -2654,6 +2654,7 @@ Fails if working tree or staging area contain uncommitted changes. (magit-section-case (item info) ((wazzup commit) (magit-section-info (magit-section-parent item))) + ((commit) (substring info 0 8)) ((wazzup) info))) (defun magit-manual-merge (revision)