>> Optional: a new mode would be introduced for consistency: >> --worktree (or maybe --tree): only updates the worktree but not the index > > That would be an alias for "git checkout <rev> -- path", right? Hum... yeah probably, what motivated me was that there's a way to reset the index and not the worktree, but there's no way to reset the worktree but not the index. I guess it's "checkout" as you pointed out. >> --keep could be removed in favor of an additional --safe flag > > If you are to change the option names, then you should also make the > behavior safe by default: > > * "git reset --all" = "git reset --keep" > * "git reset --all --force" = "git reset --hard" Yes that's actually much better. Let's change my proposal to that. Philippe -- 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