Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > I used to do things like 'git merge v1.7.10.3' (from v1.7.10.2) but > even though it's ff it tries to create a merge commit. > > Seems like now I have to run 'git merge v1.7.10.3^0', I don't see why > that would be desirable. > > I think this is a bug and a regression. It was a deliberate feature enhancement a few releases back, IIRC. You should be able to say "git merge --ff-only v1.7.10.3" as well. -- 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