Changes vs v1: removed the "rnyn" blurt (which probably marsk me as Alpine user...) removed the SHELL_PATH handling; it is a miracle to me why it works, but I'd rather not meddle with the magic now that you pointed it out Moved test_commit and test_merge into test-lib.sh Fixed the quoting in test_commit and test_merge AFAIR that's all... Johannes Schindelin (6): t3404 & t3411: undo copy&paste lib-rebase.sh: Document what set_fake_editor() does test-lib.sh: introduce test_commit() and test_merge() helpers Simplify t3410 Simplify t3411 Simplify t3412 t/README | 18 ++++ t/lib-rebase.sh | 48 +++++++++++ t/t3404-rebase-interactive.sh | 37 +-------- t/t3410-rebase-preserve-dropped-merges.sh | 124 ++++++++--------------------- t/t3411-rebase-preserve-around-merges.sh | 103 +++++------------------- t/t3412-rebase-root.sh | 28 ++----- t/test-lib.sh | 26 ++++++ 7 files changed, 159 insertions(+), 225 deletions(-) create mode 100644 t/lib-rebase.sh -- 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