Update git submodules

* Update plugins/download-commands from branch 'stable-2.15'
  - Merge branch 'stable-2.14' into stable-2.15
    
    * stable-2.14:
      CloneWithCommitMsgHook: Stop passing --insecure to curl
    
    Change-Id: I4ff216985885be55959a79f430ee1894fb5ba1d7
    
  - CloneWithCommitMsgHook: Stop passing --insecure to curl
    
    Validating certs is an important feature of HTTPS that we should not
    disable, especially when downloading code that is going to be trusted.
    
    This "curl" invocation does not take place until after a successful
    "git clone", so the -k option would not be useful for dealing with
    misconfigured https servers.  Any configuration that needs -k would
    already be broken because of the "git clone" that comes before it.
    
    Reported-by: Gert van Dijk <gertvdijk@gmail.com>
    Bug: Issue 7562
    Change-Id: Ibe14bba5c1ce30a771515ff7985796aa1b8cdadf
This commit is contained in:
Jonathan Nieder 2017-10-25 16:20:57 -07:00 committed by Gerrit Code Review
parent 66b0bd8308
commit 47dfaab5d0
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6ee246245b9200062e753d1c6943d5782cb7fee0
Subproject commit 43656ce1658a56834cfe62760eafbb9b17c7ad53