Re: Make the git URL match usage

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: jkacur <jkacur@...>
Cc: Jan Engelhardt <jengelh@...>, <akpm@...>, <linux-kernel@...>
Date: Wednesday, July 16, 2008 - 6:21 am

On Wed, Jul 16, 2008 at 10:47:20AM +0200, jkacur wrote:

This now looses information.  Although it is obvious that this particular
example (after conversion) is a git repository over git protocol this falls
down for other forms, for example a git repository exported over http://
would appear as below:

    T: http://www.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git

which would be indistiguishable from a quilt series such as Greg KH's
which, if I follow your scheme logically ie. convert it to the same form,
would also be represented as below:

    T: http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/

I think your conversion makes sense in that the URL part should be
exactly what one would use with the tool but you still need the tool
designator:

    T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
    T: git http://www.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
    T: guilt http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/

-apw
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Make the git URL match usage, jkacur, (Wed Jul 16, 4:47 am)
Re: Make the git URL match usage, Andy Whitcroft, (Wed Jul 16, 6:21 am)
Re: Make the git URL match usage, John Kacur, (Wed Jul 16, 6:34 am)
Re: Make the git URL match usage, Jan Engelhardt, (Wed Jul 16, 7:43 am)
Re: Make the git URL match usage, John Kacur, (Wed Jul 16, 8:30 am)