From 053427822599f62b1e4051a1449b18eca2afb36b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 26 Jun 2018 20:31:08 +0100 Subject: [PATCH] dot/emacs: Include the graph diagram in Magit status displays. --- dot/emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index cf5097c..4240f51 100644 --- a/dot/emacs +++ b/dot/emacs @@ -74,7 +74,8 @@ (not (memq 'git vc-handled-backends)) (setq vc-handled-backends (cons 'GIT vc-handled-backends))) -(setq magit-log-cutoff-length 512) +(setq magit-log-cutoff-length 512 + magit-log-section-arguments '("-n256" "--decorate" "--graph")) (defun mdw-magit-try-load-config-extensions () (trap (magit-load-config-extensions))) (add-hook 'magit-mode-hook 'mdw-magit-try-load-config-extensions) -- 2.11.0