# HG changeset patch # User Oleksandr Gavenko # Date 1539067775 -10800 # Node ID b1b66c93c910f4cb6df2689e6436cf2ac3560ca0 # Parent 5d67b50a77679580c69b7cef7fbedb345d4dbda8 Show date instead of distance to commit in Magit log. diff -r 5d67b50a7767 -r b1b66c93c910 .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)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;