summaryrefslogtreecommitdiffstats
path: root/test/global_git_config
blob: f4f47c0034fae6bf55bf2f99563c9fca34f7608b (plain)
1
2
3
4
5
6
7
8
9
10
# This is the global git config we use for all our integration tests

[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