git-commit-vandalism/git_remote_helpers/git
Jeff King 4e51ba238f git-remote-testgit: import non-HEAD refs
Upon receiving an "import" command, the testgit remote
helper would ignore the ref asked for by git and generate a
fast-export stream based on HEAD. Instead, we should
actually give git the ref it asked for.

This requires adding a new parameter to the export_repo
method in the remote-helpers python library, which may be
used by code outside of git.git. We use a default parameter
so that callers without the new parameter will get the same
behavior as before.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-07-19 11:17:47 -07:00
..
__init__.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
exporter.py git-remote-testgit: import non-HEAD refs 2011-07-19 11:17:47 -07:00
git.py Add Python support library for remote helpers 2009-11-24 15:50:20 -08:00
importer.py Remove python 2.5'isms 2010-06-13 20:02:50 -07:00
non_local.py Remove python 2.5'isms 2010-06-13 20:02:50 -07:00
repo.py Remove python 2.5'isms 2010-06-13 20:02:50 -07:00