remove accidental duplicate line
This commit is contained in:
parent
feeb8cd46c
commit
2a2a533b09
1 changed files with 0 additions and 1 deletions
1
magit.el
1
magit.el
|
@ -2823,7 +2823,6 @@ Fails if working tree or staging area contain uncommitted changes.
|
|||
(interactive (magit-read-create-branch-args))
|
||||
(if (and branch (not (string= branch ""))
|
||||
parent)
|
||||
(magit-save-some-buffers)
|
||||
(progn
|
||||
(magit-save-some-buffers)
|
||||
(magit-run-git "checkout" "-b"
|
||||
|
|
Loading…
Reference in a new issue