Show date instead of distance to commit in Magit log.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 09 Oct 2018 09:49:35 +0300
changeset 1572 b1b66c93c910
parent 1571 5d67b50a7767
child 1573 808d904b7de2
Show date instead of distance to commit in Magit log.
.emacs-my
--- a/.emacs-my	Mon Sep 24 02:19:47 2018 +0300
+++ b/.emacs-my	Tue Oct 09 09:49:35 2018 +0300
@@ -2633,6 +2633,7 @@
 (message "magit")
 
 (with-eval-after-load 'magit-mode
+  (setq magit-log-margin '(t "%F %H:%M" magit-log-margin-width t 18))
   (define-key magit-mode-map [s-tab] nil))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;