Commit f0dbf251 authored by Dan Notestein's avatar Dan Notestein
Browse files

Allow file:// protocol for nested submodules

HAF's hive submodule uses relative paths (../hive.git) that resolve
to file:// URLs during submodule operations. Git blocks these by
default for security. Setting protocol.file.allow=always enables
them for our CI.
parent d5cd9806
Loading
Loading
Loading
Loading