From 8d15b9f5a7de07f2f956fea3ed4007b68a9fb50c Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 15 Feb 2016 01:52:17 -0500 Subject: magit-patch-arguments: Set --output-directory --- init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'init.el') diff --git a/init.el b/init.el index 7eb4d82..e94eafb 100644 --- a/init.el +++ b/init.el @@ -809,6 +809,7 @@ (delete "--track" magit-branch-arguments)) (setq magit-patch-popup (plist-put magit-patch-popup :use-prefix 'popup)) + (setq magit-patch-arguments '("--output-directory=outgoing/")) (remove-hook 'magit-refs-sections-hook #'magit-insert-tags) -- cgit v1.2.3