There doesn't seem to be any reason to keep these remote-helpers in the contrib area. Felipe Contreras (2): remote-helpers: move out of contrib remote-helpers: move tests out of contrib .gitignore | 2 ++ Makefile | 2 ++ contrib/remote-helpers/Makefile | 14 -------------- contrib/remote-helpers/git-remote-bzr => git-remote-bzr.py | 0 contrib/remote-helpers/git-remote-hg => git-remote-hg.py | 0 t/Makefile | 8 +++++++- .../remote-helpers/test-bzr.sh => t/remote-helpers/bzr.t | 4 ++-- .../test-hg-bidi.sh => t/remote-helpers/hg-bidi.t | 4 ++-- .../test-hg-hg-git.sh => t/remote-helpers/hg-hg-git.t | 6 +++--- contrib/remote-helpers/test-hg.sh => t/remote-helpers/hg.t | 4 ++-- 10 files changed, 20 insertions(+), 24 deletions(-) delete mode 100644 contrib/remote-helpers/Makefile rename contrib/remote-helpers/git-remote-bzr => git-remote-bzr.py (100%) rename contrib/remote-helpers/git-remote-hg => git-remote-hg.py (100%) rename contrib/remote-helpers/test-bzr.sh => t/remote-helpers/bzr.t (98%) rename contrib/remote-helpers/test-hg-bidi.sh => t/remote-helpers/hg-bidi.t (97%) rename contrib/remote-helpers/test-hg-hg-git.sh => t/remote-helpers/hg-hg-git.t (98%) rename contrib/remote-helpers/test-hg.sh => t/remote-helpers/hg.t (99%) -- 1.9.1+fc3.9.gc73078e -- 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