Hi, Sames as v2, plus a few changes from the feedback, and cleanups. Felipe Contreras (9): sequencer: remove useless indentation sequencer: trivial fix cherry-pick: add --skip-empty option cherry-pick: store rewritten commits sequencer: run post-rewrite hook cherry-pick: add support to copy notes revert/cherry-pick: add --quiet option revert/cherry-pick: add --skip option cherry-pick: don't barf when there's nothing to do Documentation/git-cherry-pick.txt | 10 +- Documentation/git-revert.txt | 7 +- Documentation/sequencer.txt | 3 + builtin/revert.c | 15 +++ sequencer.c | 230 ++++++++++++++++++++++++++++++++++-- sequencer.h | 6 +- t/t3508-cherry-pick-many-commits.sh | 13 ++ t/t3510-cherry-pick-sequence.sh | 12 ++ 8 files changed, 280 insertions(+), 16 deletions(-) -- 1.8.3.698.g079b096 -- 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