Added `magit-custom-options' to git-pull.
This commit is contained in:
parent
c02fffb97e
commit
2e00a113d9
1 changed files with 1 additions and 1 deletions
2
magit.el
2
magit.el
|
@ -2922,7 +2922,7 @@ update it."
|
|||
(magit-read-rev (format "Pull from")))))
|
||||
(if (and branch (not config-branch))
|
||||
(magit-set merge-branch "branch" branch "merge"))
|
||||
(apply 'magit-run-git-async `("pull" "-v"))))
|
||||
(apply 'magit-run-git-async "pull" "-v" magit-custom-options)))
|
||||
|
||||
(eval-when-compile (require 'pcomplete))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue