From 5f34d049b906b2d5fcea83fac8ce56fd64fec09f Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Tue, 6 Dec 2022 22:57:02 +0100 Subject: [PATCH] test: adjust configuration to recent git ... to allow file protocol Fixes mnauw/git-remote-hg#53 --- test/test-lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-lib.sh b/test/test-lib.sh index 6f8c1b0..3206321 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -65,3 +65,4 @@ export GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME # maintain backwards compatible default # (as used in remote helper) git config --global init.defaultBranch master +git config --global protocol.file.allow always