Update git submodules

* Update git-review from branch 'master'
  - Handle http queries below /
    
    Previously git review could not properly query Gerrit servers via http
    if the root of the Gerrit api was below /. This is because it was always
    rooting the changes query api at /changes instead of /foo/changes if
    hosted at /foo.
    
    To fix this we read the project name from the config so that we can
    remove the project name suffix from the urls then append changes/ to the
    resulting url to get a properly rooted query url.
    
    Note this was never a problem with ssh because ssh can't be hosted as
    some subpath. Everything is rooted with ssh and gerrit.
    
    Change-Id: I46e21dfdbbb7f60aa89a7b028501c0d953ae1d7f
This commit is contained in:
Clark Boylan 2017-06-27 17:23:37 -07:00 committed by Gerrit Code Review
parent 0d96deb4cc
commit e29fa9c99b
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit ef47e1f55340e53bab58e8af92af0df7986e971a
Subproject commit f918bf76d22ea2ea92aaa5856da83fc267705249