From: Marco Schulze <marco.c.schulze@gmail.com>
To: git@vger.kernel.org
Subject: Issuing cat-blob or ls to fast-import from a remote helper
Date: Tue, 07 Aug 2012 19:41:48 -0300 [thread overview]
Message-ID: <502199AC.2070909@gmail.com> (raw)
I've been toying with a git-remote-svn which uses fast-import (by
advertising the 'import' capability) to get data into Git.
Unfortunately, I can't get the result of any commands issued to
fast-import, as its stdout is not redirected, and the remote helper API
offers no alternative.
I tried modifiying transport-helper.c to force redirection
(fast-import's stdout -> remote helper's stdin), but that breaks test
t5800 (and possibly others). Is this a bug, or intended behaviour? Am I
missing something?
reply other threads:[~2012-08-07 23:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=502199AC.2070909@gmail.com \
--to=marco.c.schulze@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).