Hi Phil, Phil Hord wrote: > I see that --reset was added to cherry-pick, revert and sequencer > around the same time back in August. Shouldn't it be spelled > "--abort" instead? "reset" is actually different from "abort": it simply removes the sequencer state without touching the worktree, index or HEAD. We decided that this would be a nice low-level command to implement (since I find myself doing `rm -rf .git/rebase-todo` sometimes). Sure, "abort" and a lot of other porcelain would be nice- we can always implement them carefully later :) Thanks. -- Ram -- 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