login
Header Space

 
 

Re: [ANNOUNCE] GIT 1.5.0

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Bill Lear <rael@...>
Cc: Junio C Hamano <junkio@...>, <git@...>, <linux-kernel@...>
Date: Wednesday, February 14, 2007 - 12:45 pm

On Wed, 14 Feb 2007, Bill Lear wrote:

Before you list the benefits, you should always talk about the lack of 
security! Let nobody enable it without realizing the dangers! Tell people 
to _only_ do this inside a company firewall, and even then, only if you 
trust everybody.


Why do people use that silly "ssh+git://" format?

It's a cogito thing. Native git has never done it, and only supports it 
because cogito thought it must make sense.

The native git ssh URL is exactly the normal ssh URL:

	server:/path/to/repos/repo

and if you really want to use the "xxx://" format, you might as well just 
use

	ssh://server/path/to/repos/repo

which should also work fine. 

		Linus

PS. This is the commit message that  added "git+ssh://":

	Author: Linus Torvalds <torvalds@osdl.org>
	Date:   Fri Oct 14 17:14:56 2005 -0700
	
	    Support git+ssh:// and ssh+git:// URL
	
	    It seemed to be such a stupid syntax. It's both what "ssh://" means,
	    and it's what not specifying a protocol at _all_ means.
	
	    But hey, since we already have two ways of saying "use ssh with
	    pack-files", here's two more.

so it was deemed stupid from the get-go, and isn't even some "legacy" 
thing. It's purely a "cogito people thought it makes sense to point out 
that it's _both_ native git _and_ ssh protocol".
-
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:
[ANNOUNCE] GIT 1.5.0, Junio C Hamano, (Tue Feb 13, 11:14 pm)
Re: [ANNOUNCE] GIT 1.5.0, Bill Lear, (Wed Feb 14, 10:57 am)
Re: [ANNOUNCE] GIT 1.5.0, Linus Torvalds, (Wed Feb 14, 12:45 pm)
Re: [ANNOUNCE] GIT 1.5.0, Matthieu Moy, (Wed Feb 14, 8:42 am)
Re: [ANNOUNCE] GIT 1.5.0, Andy Parkins, (Wed Feb 14, 5:06 am)
Re: [ANNOUNCE] GIT 1.5.0, Junio C Hamano, (Wed Feb 14, 5:35 am)
Re: [ANNOUNCE] GIT 1.5.0, Junio C Hamano, (Wed Feb 14, 5:48 am)
speck-geostationary