Make hacking on Git using an msysGit installer more firewall-friendly
commit3adfdaf09d48f600a3bcb179d8c412b9ed9e6d50
authorPeter Klavins <pklavins@pocketkings.ie>
Thu, 9 Aug 2012 14:18:52 +0000 (9 15:18 +0100)
committerPeter Klavins <klavins@netspace.net.au>
Mon, 22 Oct 2012 22:40:22 +0000 (22 23:40 +0100)
tree6d633360945198538aa87de414afee92b160bbd4
parent663ecd29441c45999ea852e20d0cd4a8f2b05665
Make hacking on Git using an msysGit installer more firewall-friendly

Change the use of the git:// protocol for msysGit submodules to the
https:// protocol, so that developers behind firewalls who have
installed msysGit-netinstall or -fullinstall are not discouraged from
hacking on Git because 'git submodule update' fails to run.  Use the
https:// protocol instead of the http:// protocol so that the
developers are eventually able to push their changes back to origin.
The performance penalty for downgrading from the git:// protocol to the
https:// protocol is minimal, given that msysGit now uses a smart-HTTP-
aware Git.

Signed-off-by: Peter Klavins <klavins@netspace.net.au>
.gitmodules
share/msysGit/initialize.sh