Added `magit-custom-options' to git-pull.

This commit is contained in:
Phil Jackson 2010-09-01 23:02:19 +01:00
parent c02fffb97e
commit 2e00a113d9

View file

@ -2922,7 +2922,7 @@ update it."
(magit-read-rev (format "Pull from"))))) (magit-read-rev (format "Pull from")))))
(if (and branch (not config-branch)) (if (and branch (not config-branch))
(magit-set merge-branch "branch" branch "merge")) (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)) (eval-when-compile (require 'pcomplete))