Hi, Basically the same as v6, except the last patch was dropped, and testgit switched to '#!/usr/bin/env bash'. Shouldn't break any tests now. Felipe Contreras (13): fast-export: avoid importing blob marks remote-testgit: fix direction of marks remote-helpers: fix failure message Rename git-remote-testgit to git-remote-testpy Add new simplified git-remote-testgit remote-testgit: remove non-local functionality remote-testgit: remove irrelevant test remote-testgit: cleanup tests remote-testgit: exercise more features remote-testgit: report success after an import remote-testgit: implement the "done" feature manually fast-export: trivial cleanup fast-export: fix comparison in tests .gitignore | 2 +- Documentation/git-remote-testgit.txt | 2 +- Makefile | 2 +- builtin/fast-export.c | 6 +- git-remote-testgit | 90 ++++++++++++ git-remote-testgit.py | 272 ----------------------------------- git-remote-testpy.py | 272 +++++++++++++++++++++++++++++++++++ git_remote_helpers/git/importer.py | 2 +- t/t5800-remote-helpers.sh | 148 ------------------- t/t5800-remote-testpy.sh | 148 +++++++++++++++++++ t/t5801-remote-helpers.sh | 165 +++++++++++++++++++++ t/t9350-fast-export.sh | 20 ++- 12 files changed, 701 insertions(+), 428 deletions(-) create mode 100755 git-remote-testgit delete mode 100644 git-remote-testgit.py create mode 100644 git-remote-testpy.py delete mode 100755 t/t5800-remote-helpers.sh create mode 100755 t/t5800-remote-testpy.sh create mode 100755 t/t5801-remote-helpers.sh -- 1.8.0.1 -- 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