Added `magit-custom-options' back to display-log.
This commit is contained in:
parent
03bcfb0158
commit
d9416db607
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -3866,6 +3866,7 @@ With a non numeric prefix ARG, show all entries"
|
|||
"HEAD"))
|
||||
(topdir (magit-get-top-dir default-directory))
|
||||
(args (nconc (list (magit-rev-range-to-git log-range))
|
||||
magit-custom-options
|
||||
extra-args)))
|
||||
(switch-to-buffer magit-log-buffer-name)
|
||||
(magit-mode-init topdir 'log #'magit-refresh-log-buffer log-range
|
||||
|
|
Loading…
Reference in a new issue