Re: [PATCH 2/3] git-fetch: do not use "*" for fetching multiple refs

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Wednesday, December 6, 2006 - 12:58 pm

Michael Loeffler wrote:


We could use perl for that, but embedded perl is a bit horrible.


'*' in destination part would mean $n / \n (n-th match for *).
And you need some way to mark if it is prefix match, or whole path match.
Ending prefix match with '/' is one way of doing this... Unless it would
be prefix match always, but I think this leads way to confusion.

Just a thought.
-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git


-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 2/3] git-fetch: do not use "*" for fetching multi..., Jakub Narebski, (Wed Dec 6, 12:58 pm)
Re: [PATCH 2/3] git-fetch: do not use "*" for fetching multi..., Johannes Schindelin, (Wed Dec 6, 7:21 pm)