2012/4/16 Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx>: > > So, the difference is that `git merge --no-ff HEAD^` used to work, now > it doesn't because we reduce_heads() only if we allow fast-forward (and > even though there is just one remote we merge with, parents contains > two commits). So what about that trivial patch instead (discarding our > previous patches)? Yes, I suspect this might work. And I like how reducing the remoteheads should also automatically fix the case of the commit messages containing redundant information when you give the same branch multiple times (assuming you have the whole merge log thing enabled). Linus -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html