From 22186b0636fca1dd172379be4073151d6bbf76d5 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Thu, 2 Sep 2010 16:20:03 +0100 Subject: [PATCH] Fix create-branch. --- magit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magit.el b/magit.el index 293d2084..186772f5 100644 --- a/magit.el +++ b/magit.el @@ -2643,9 +2643,9 @@ Fails if working tree or staging area contain uncommitted changes. (if (and branch (not (string= branch "")) parent) (magit-run-git "checkout" "-b" + branch (append magit-custom-options - branch (magit-rev-to-git parent))))) (defun magit-delete-branch (branch)