[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[submodule]
	active = .
[remote "origin"]
	url = https://github.com/TUM-DSE/morphos.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[submodule "benchmark/plotting"]
	url = https://github.com/pogobanane/appclick-ubpf-results.git
[submodule "libs/unikraft"]
	url = https://github.com/TUM-DSE/unibpf-unikraft.git
[submodule "verifier/ebpf-verifier"]
	url = https://github.com/vbpf/ebpf-verifier.git
