[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://git.linaro.org/toolchain/binutils-gdb.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
	rebase = true
[branch "linaro_binutils-2_27-branch"]
	remote = origin
	merge = refs/heads/linaro_binutils-2_27-branch
	rebase = true
