Fix create-branch.
This commit is contained in:
parent
21fb0a9ea3
commit
22186b0636
1 changed files with 1 additions and 1 deletions
2
magit.el
2
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue