]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #39055 - aidanhs:aphs-deinit-before-init, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 15 Jan 2017 13:00:49 +0000 (13:00 +0000)
committerbors <bors@rust-lang.org>
Sun, 15 Jan 2017 13:00:49 +0000 (13:00 +0000)
If submodule init fails, try from scratch

See #39051

I wonder if the cause could be some strange not-quite-checked-out state in a submodule. Try and fix this by force deinitialising everything before initialising (this will not throw away downloaded objects, git will skip them on the next attempt at cloning).

r? @alexcrichton

1  2 
.travis.yml

diff --cc .travis.yml
Simple merge