Skip to content

Fix RemoteRepository#merge signature

Alessio Caiazza requested to merge fix-merge into master

The method signature was misleading, the into parameter suggested that we could specify a target branch, but the command performed a git octopus merge 🐙

    git merge --no-log --no-edit upstream into

The new signature is in line with the git-merge help page

Edited by Alessio Caiazza

Merge request reports