Ludovic Courtès <ludovic.cour...@inria.fr> skribis: > (guix git) does not honor proxy settings when fetching submodules. > > In fact, Guile-Git 0.4.0 doesn’t allow us to pass fetch options to > ‘submodule-update’, which is what needs to be fixed first.
Implemented here: https://gitlab.com/guile-git/guile-git/-/commit/6c512f7a4d14814a306b9c97b53373527d9a6c50 Unfortunately I couldn’t come up with a good test to ensure the fetch options are honored by ‘submodule-update’, as noted there. Ludo’.