Update git submodules

* Update git-review from branch 'master'
  - Use remote_url instead of remote for download
    
    If usepushurl is set, then it's likely that the pushurl is pointing
    to the code review system while the normal url is pointing to a read
    only mirror. If the read-only mirror in question doesn't contain
    the gerrit refs (like opendev.org currently) then git fetch origin
    won't work properly. However, we already calculate the correct
    URL at the top of the function for use in query_reviews, and fetch
    will happily work with a full url rather than a named remote.
    
    Update the function to use the remote_url so that usepushurl works
    even if the mirror url does not contain refs/changes.
    
    Change-Id: Ib72afe97e65cb1dcaf95e28450dfe6e7d5f88965
This commit is contained in:
Monty Taylor 2019-03-18 14:28:21 +00:00 committed by Gerrit Code Review
parent 3918709549
commit f0d56f5cf7
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9b68a44f38390c1c245da09069c2eb13d45bcd53
Subproject commit 853f3bffb31efd3e5141b538e99713ee414e0002