This is a replacement for the db/foreign-scm series in pu, now based on next. The behavior specified for helpers is the same, so I'm not reposting the particular helpers this time. Daniel Barkalow (7): Use a clearer style to issue commands to remote helpers Use a function to determine whether a remote is valid Allow fetch to modify refs Allow programs to not depend on remotes having urls Add a config option for remotes to specify a foreign vcs Add support for "import" helper command Allow helpers to report in "list" command that the ref is unchanged Johan Herland (1): Allow helpers to request marks for fast-import Documentation/config.txt | 4 + Documentation/git-remote-helpers.txt | 22 ++++++- builtin-clone.c | 6 +- builtin-fetch.c | 19 +++-- builtin-ls-remote.c | 4 +- builtin-push.c | 54 +++++++++----- remote.c | 15 +++- remote.h | 2 + transport-helper.c | 129 ++++++++++++++++++++++++++++++---- transport.c | 21 ++++-- transport.h | 41 ++++++++++- 11 files changed, 261 insertions(+), 56 deletions(-) -- 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