git-commit-vandalism/git_remote_helpers/git
Sverre Rabbelier 7aeaa2fc0a remote-helpers: add testgit helper
Currently the remote helper infrastructure is only used by the curl
helper, which does not give a good impression of how remote helpers
can be used to interact with foreign repositories. Since implementing
such a helper is non-trivial it would be good to have at least one
easy-to-follow example demonstrating how to implement a helper that
interacts with a foreign vcs using fast-import/fast-export.

The testgit helper can be used to interact with remote git
repositories by prefixing the url with "testgit::".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-03-31 21:40:16 -07:00
..
__init__.py
exporter.py remote-helpers: add testgit helper 2010-03-31 21:40:16 -07:00
git.py
importer.py remote-helpers: add testgit helper 2010-03-31 21:40:16 -07:00
non_local.py remote-helpers: add testgit helper 2010-03-31 21:40:16 -07:00
repo.py remote-helpers: add testgit helper 2010-03-31 21:40:16 -07:00