[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://vincentmli@github.com/vincentmli/libbpf-bootstrap.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "upstream"]
	url = https://github.com/libbpf/libbpf-bootstrap
	fetch = +refs/heads/*:refs/remotes/upstream/*
[submodule "blazesym"]
	active = true
	url = https://github.com/libbpf/blazesym.git
[submodule "bpftool"]
	active = true
	url = https://github.com/libbpf/bpftool
[submodule "libbpf"]
	active = true
	url = https://github.com/libbpf/libbpf.git
[submodule "vmlinux.h"]
	active = true
	url = https://github.com/libbpf/vmlinux.h.git
