Hi, On Wed, 5 Aug 2009, Daniel Barkalow wrote: > This command, supported if the "import" capability is advertized, > allows a helper to support fetching by outputting a git-fast-import > stream. If both the "import" and the "fetch" capability are advertised, the "import" capability is ignored. > diff --git a/Documentation/git-remote-helpers.txt b/Documentation/git-remote-helpers.txt > index 173ee23..e9aa67e 100644 > --- a/Documentation/git-remote-helpers.txt > +++ b/Documentation/git-remote-helpers.txt > @@ -43,6 +43,13 @@ Commands are given by the caller on the helper's standard input, one per line. > + > Supported if the helper has the "fetch" capability. > > +'import' <name>:: > + Produces a fast-import stream which imports the current value > + of the named ref. It may additionally import other refs as > + needed to construct the history efficiently. > ++ > +Supported if the helper has the "import" capability. , but ignored if the +helper offers the "fetch" capability. Ciao, Dscho -- Sent from my EeePC -- 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