[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = https://github.com/noporpoise/seq-align.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "libs/bit_array"]
	url = https://github.com/noporpoise/BitArray.git
[submodule "libs/seq_file"]
	url = https://github.com/noporpoise/seq_file.git
[submodule "libs/sort_r"]
	url = https://github.com/noporpoise/sort_r.git
[submodule "libs/string_buffer"]
	url = https://github.com/noporpoise/string_buffer.git
