Wait, why was this posted by Google? I thought Git was made by Linus Torvalds.
Introducing Git protocol version 2
21–30 of 167 posts
Re: Introducing Git protocol version 2
#22Re: Introducing Git protocol version 2
#23Wait, why was this posted by Google? I thought Git was made by Linus Torvalds.
[1] https://github.com/git/git/graphs/contributors?from=2012-03-...
Re: Introducing Git protocol version 2
#24AIUI, the git ssh protocol is just the git protocol tunnelled through ssh. So why do they need different mechanisms for signalling V2?
Re: Introducing Git protocol version 2
#25The current (and pretty much only, ever, despite Linus having been the creator) maintainer of git is a google employee [1], in case anyone else was wondering. [1] https://en.m.wikipedia.org/wiki/Junio_Hamano
Re: Introducing Git protocol version 2
#26Wait, why was this posted by Google? I thought Git was made by Linus Torvalds.
Re: Introducing Git protocol version 2
#27AIUI, the git ssh protocol is just the git protocol tunnelled through ssh. So why do they need different mechanisms for signalling V2?
Because if you tunnel through ssh, you can signal v2 using ssh mechanism of setting environment variables. If you don't tunnel, you don't have this option. This is clearly described in the article.
Re: Introducing Git protocol version 2
#28Re: Introducing Git protocol version 2
#29I thought google uses hg, have they switched over to git as well?
For all the "big" Google projects they use a proprietary system called piper. I think all their open-source stuff (Angular, GoLang, Android) uses git (and sometimes Gerrit). Although given Google's scale, I'm sure there's some teams/projects that use Mercurial.
Re: Introducing Git protocol version 2
#30The current (and pretty much only, ever, despite Linus having been the creator) maintainer of git is a google employee [1], in case anyone else was wondering. [1] https://en.m.wikipedia.org/wiki/Junio_Hamano