Daniel Barkalow wrote: > My feeling is that "--skip" is actually "abort the pick, but continue the > rebase". I suppose there could be more than two levels, and people could > want to skip a higher-level chunk, but that's something to get to when > someone actually wants it Ah, I think I see better now. What was confusing was git cherry-pick foo..bar for which --skip would mean "abort the pick, but continue the pick". It fits very well into your story. There are two levels: "atomic" (for lack of a better word) operations, like a single cherry-pick, and sequences of operations. (As for the more-than-two-levels story, I want it, but I agree with you that that is tangential to this project. I find myself attempting to go back and rearrange earlier commits during an interactive rebase very often.) -- 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