]> git.lizzy.rs Git - rust.git/commit
Pass `branch.{branch}.remote=origin` to `git submodule update`
authorJoshua Nelson <github@jyn.dev>
Sat, 24 Dec 2022 02:02:34 +0000 (20:02 -0600)
committerJoshua Nelson <github@jyn.dev>
Sat, 24 Dec 2022 02:10:22 +0000 (20:10 -0600)
commit6a3ebe6adc58b60cf963b2dd314bc84afd59a0a2
treeb99b8309768be8cba6d2fa9e7d30214e3be32301
parentaf3e06f1bf4ca49407562b1b84744e27905bea98
Pass `branch.{branch}.remote=origin` to `git submodule update`

This works around a bug in git itself; see
https://github.com/rust-lang/rust/issues/101144.
src/bootstrap/lib.rs