Remove redundant functions from merge command.
This commit is contained in:
parent
cb20289fc9
commit
9522698ce5
1 changed files with 0 additions and 3 deletions
3
magit.el
3
magit.el
|
@ -2689,9 +2689,6 @@ With a prefix-arg, the merge will be squashed.
|
|||
(magit-guess-branch))))
|
||||
(if revision
|
||||
(magit-run-git "merge" "--no-commit"
|
||||
(if current-prefix-arg
|
||||
"--squash"
|
||||
"--no-ff")
|
||||
(magit-rev-to-git revision))))
|
||||
|
||||
(magit-define-command automatic-merge (revision)
|
||||
|
|
Loading…
Add table
Reference in a new issue