From 2e00a113d956590a2941e22095938149e28a12ef Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Wed, 1 Sep 2010 23:02:19 +0100 Subject: [PATCH] Added `magit-custom-options' to git-pull. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 60c99f44..b8d13084 100644 --- a/magit.el +++ b/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))