Re: [PATCH] Add explanatory comment for transport-helpers refs mapping.

2012-07-17 Thread Jonathan Nieder
Hi, Florian Achleitner wrote: > --- a/transport-helper.c > +++ b/transport-helper.c > @@ -484,8 +484,18 @@ static int fetch_with_import(struct transport *transport, > if (posn->status & REF_STATUS_UPTODATE) > continue; > if (data->refspecs) > +

[PATCH] Add explanatory comment for transport-helpers refs mapping.

2012-07-17 Thread Florian Achleitner
transport-helpers can advertise the 'refspec' capability, if not a default refspec *:* is assumed. This could be helpful information for the reader. Signed-off-by: Florian Achleitner --- transport-helper.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/transport-helper.c b/tra