[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = ssh://git@gitlab.tochka.ai:16822/foms/AisExpertConnector.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
	rebase = true
[submodule "qbs"]
	url = https://github.com/hkarel/QbsExt.git
	active = true
[submodule "src/rapidjson"]
	url = https://github.com/hkarel/rapidjson.git
	active = true
[submodule "src/yaml"]
	url = https://github.com/hkarel/yaml-cpp.git
	active = true
[submodule "src/shared/shared"]
	url = https://github.com/hkarel/SharedTools.git
	active = true
[submodule "src/commands"]
	url = ssh://git@hkarel.noip.me:2022/AisExpertCommands
	active = true
[branch "csharp"]
	remote = origin
	merge = refs/heads/csharp
	rebase = true
[branch "foms59/master"]
	remote = origin
	merge = refs/heads/foms59/master
	rebase = true
[branch "stable"]
	remote = origin
	merge = refs/heads/stable
	rebase = true
[submodule "src/pyproto"]
	url = https://github.com/TochkaAI/pyproto.git
	active = true
