Add Git version 1.8.5 https examples
commitd8a9c9b332f45d616d1aca6902f608afe955578e
authorKyle J. McKay <mackyle@gmail.com>
Sun, 1 Dec 2013 01:58:15 +0000 (30 17:58 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 1 Dec 2013 01:58:15 +0000 (30 17:58 -0800)
tree9a7c097ade1204ae167b56bcff501a6fa4a273d8
parent2a965476c6790cd3531a7fb0771b92b070682a10
Add Git version 1.8.5 https examples

Starting with Git version 1.8.5 it's possible to do something like this:

   [http]
       sslVerify = true
   [http "https://weak.example.com/"]
       sslVerify = false

This allows global http.* configuration items to apply to specific URLs.

Update the https fetch/push information to include new examples showing
how to use this new configuration in Git version 1.8.5 and later to greatly
simplify https fetch/push setup.  With this new configuation support, the
https setup can be done once globally and then forgotten rather than having
to be done once for every repository.
html/httpspush.html
html/mob.html
html/rootcert.html