Andrew Wong wrote: > Yeah, this breaks compatibility, but like I said, during a merge, I don't > see a good reason to do "git reset --mixed", and not "git reset --merge". Yeah, in principle if it had a different behavior, then plain "git reset" could be useful during a merge, but as is, I tend to use the form with a path ("git reset -- .") to avoid losing MERGE_HEAD. I really don't like the idea of making "git reset" modal, though. I'd rather that reset --mixed print some advice about how to recover from the mistake, which would also have the advantage of allowing scripts that for whatever reason used "git reset" in this situation to continue to work. Thanks, Jonathan -- 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