summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-12 10:21:13 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-12 18:12:01 +1100
commit7a3291a1f78977cff6372f81e044675e88b25d46 (patch)
treee7b37a689d744718c7d26317d351f8ac979149f9 /test
parent08c2b46d0498926d928d02da7f1c3cbf35aceec6 (diff)
fix test
Diffstat (limited to 'test')
-rw-r--r--test/global_git_config8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/global_git_config b/test/global_git_config
new file mode 100644
index 000000000..bfd11875c
--- /dev/null
+++ b/test/global_git_config
@@ -0,0 +1,8 @@
+[user]
+ name = CI
+ email = CI@example.com
+[protocol "file"]
+ # see https://vielmetti.typepad.com/logbook/2022/10/git-security-fixes-lead-to-fatal-transport-file-not-allowed-error-in-ci-systems-cve-2022-39253.html
+ allow = always
+[commit]
+ gpgSign = false