[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/spcl/serverless-benchmarks.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[branch "feature/workflows"]
	remote = origin
	merge = refs/heads/feature/workflows
[submodule "benchmarks-data"]
	active = true
	url = https://github.com/spcl/serverless-benchmarks-data.git
[submodule "third-party/pypapi"]
	active = true
	url = https://github.com/mcopik/pypapi.git
