git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Foreign VCS helpers
@ 2009-08-09 19:28 Daniel Barkalow
  2009-08-09 21:31 ` Johan Herland
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Barkalow @ 2009-08-09 19:28 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Johannes Schindelin

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(-)

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

end of thread, other threads:[~2009-08-09 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-09 19:28 [PATCH 0/8] Foreign VCS helpers Daniel Barkalow
2009-08-09 21:31 ` Johan Herland

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).