Nicholas Junge
01/29/2024, 11:21 AMBranch.merge() ?
I think it would align more with expectations if b.merge(other) resulted in a merge of other into the branch b - it would also then be very natural to return the merge commit, as it is simply the new HEAD of b.Barak Amar
other into b. Perhaps we can address them independently to avoid confusion by opening a new issue.
As I see it calling a method merge on a receiver b means merge into b (argument other will be the "from")