Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > The option to "git cherry-pick" and "git revert" to discard the > sequencer state introduced by v1.7.8-rc0~141^2~6 (revert: Introduce > --reset to remove sequencer state, 2011-08-04) has a confusing name. > Change it now, while we still have the time. > > Mechanics: > > This commit removes the "git cherry-pick --reset" option. Hopefully > nobody was using it. If somebody was, we can add it back again as a > synonym. > > The new name for "cherry-pick, please get out of my way, since I've > long forgotten about the sequence of commits I was cherry-picking when > you wrote that old .git/sequencer directory" is --quit. Wouldn't it match other commands better if we called this --abort instead of --quit? Other than that I think I agree with the reasoning (and I think I too had encountered the irritation with the "sequencer state"). -- 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