Re: [PATCH] transport-helper: call git fast-import properly

2012-10-18 Thread Felipe Contreras
On Thu, Oct 18, 2012 at 7:13 AM, Sverre Rabbelier wrote: > On Wed, Oct 17, 2012 at 1:27 AM, Felipe Contreras > wrote: >> The marks options are being ignored right now. > > It seems unlikely to me that this never worked, surely no reviewer > would accept a patch that doesn't actually implement the

Re: [PATCH] transport-helper: call git fast-import properly

2012-10-17 Thread Sverre Rabbelier
On Wed, Oct 17, 2012 at 1:27 AM, Felipe Contreras wrote: > The marks options are being ignored right now. It seems unlikely to me that this never worked, surely no reviewer would accept a patch that doesn't actually implement the feature? What's the history here? -- Cheers, Sverre Rabbelier --

[PATCH] transport-helper: call git fast-import properly

2012-10-17 Thread Felipe Contreras
The marks options are being ignored right now. Signed-off-by: Felipe Contreras --- transport-helper.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/transport-helper.c b/transport-helper.c index cfe0988..29bde0a 100644 --- a/transport-helper.c +++ b/transport-hel