Change Repository#merge interface for squashing
When squashing, we may want to merge a different commit than the MR's HEAD commit into the target branch. This interface matches the existing `Repository#ff_merge` method, and allows us to pick an arbitrary commit to merge.
Showing
Please register or sign in to comment