Lars Hjemli (2): for-each-repo: new command used for multi-repo operations git: rewrite `git -a` to become a git-for-each-repo command .gitignore | 1 + Documentation/git-for-each-repo.txt | 62 +++++++++++++++++++ Makefile | 1 + builtin.h | 1 + builtin/for-each-repo.c | 119 ++++++++++++++++++++++++++++++++++++ git.c | 37 +++++++++++ t/t6400-for-each-repo.sh | 54 ++++++++++++++++ 7 files changed, 275 insertions(+) create mode 100644 Documentation/git-for-each-repo.txt create mode 100644 builtin/for-each-repo.c create mode 100755 t/t6400-for-each-repo.sh -- 1.8.1.1.350.g3346805 -- 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