Remove magit-log-arguments variable assignment

Magit removed the variable: magit-log-arguments
4641aa07e0
This commit is contained in:
duianto 2019-04-18 10:14:14 +02:00
parent 0b90e116f5
commit 76ba46893b

View file

@ -217,8 +217,7 @@ Press [_b_] again to blame further in the history, [_q_] to go up or quit."
;; full screen magit-status
(when git-magit-status-fullscreen
(setq magit-display-buffer-function
'magit-display-buffer-fullframe-status-v1))
(add-to-list 'magit-log-arguments "--color"))))
'magit-display-buffer-fullframe-status-v1)))))
(defun git/init-magit-gitflow ()
(use-package magit-gitflow