git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] remote-helpers: exporting
@ 2010-03-29 16:48 Sverre Rabbelier
  2010-03-29 16:48 ` [PATCH 1/7] clone: pass the remote name to remote_get Sverre Rabbelier
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Sverre Rabbelier @ 2010-03-29 16:48 UTC (permalink / raw)
  To: Git List, Junio C Hamano, Daniel Barkalow, Johannes Schindelin,
	"Jonathan Niede

Hopefully this is in time for 1.7.1, it'd be good to have the 'export'
command in asap. I'm fairly sure that the first two patches are good
(all tests pass, and I've spent a lot of time debugging the relevant
code), but I'd still appreciate if the clone experts could give
it a look.

I'm really glad to finally get this working, hopefully I'll also have
time to finish up the remote-hg implementation, but probably not
before the 1.7.1 window closes (assuming that will be somewhere in
the next few days).

Sverre Rabbelier (7):
      clone: pass the remote name to remote_get
      clone: also configure url for bare clones
      fast-import: always create marks_file directories
      remote-helpers: allow requesing the path to the .git directory
      remote-helpers: add support for an export command
      remote-helpers: add testgit helper
      remote-helpers: add tests for testgit helper

 .gitignore                          |    1 +
 Makefile                            |    2 +
 builtin/clone.c                     |   16 ++--
 fast-import.c                       |    2 +
 git-remote-testgit.py               |  233 +++++++++++++++++++++++++++++++++++
 git_remote_helpers/git/exporter.py  |   51 ++++++++
 git_remote_helpers/git/importer.py  |   38 ++++++
 git_remote_helpers/git/non_local.py |   61 +++++++++
 git_remote_helpers/git/repo.py      |   70 +++++++++++
 t/t5800-remote-helpers.sh           |   70 +++++++++++
 transport-helper.c                  |  141 +++++++++++++++++++--
 11 files changed, 665 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-04-12 14:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-29 16:48 [PATCH 0/7] remote-helpers: exporting Sverre Rabbelier
2010-03-29 16:48 ` [PATCH 1/7] clone: pass the remote name to remote_get Sverre Rabbelier
2010-03-29 16:48 ` [PATCH 2/7] clone: also configure url for bare clones Sverre Rabbelier
2010-03-29 16:48 ` [PATCH 3/7] fast-import: always create marks_file directories Sverre Rabbelier
2010-03-29 16:48 ` [PATCH 4/7] remote-helpers: allow requesing the path to the .git directory Sverre Rabbelier
2010-03-29 16:48 ` [PATCH 5/7] remote-helpers: add support for an export command Sverre Rabbelier
2010-03-29 17:21   ` Daniel Barkalow
2010-03-29 17:28     ` Sverre Rabbelier
2010-04-01  4:54   ` Junio C Hamano
2010-04-01 15:14     ` Sverre Rabbelier
2010-03-29 16:48 ` [PATCH 6/7] remote-helpers: add testgit helper Sverre Rabbelier
2010-03-29 16:48 ` [PATCH 7/7] remote-helpers: add tests for " Sverre Rabbelier
2010-04-12 14:24   ` Jonathan Nieder
2010-04-12 14:26     ` Sverre Rabbelier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).