1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://github.com/phkaeser/wlmaker
fetch = +refs/heads/*:refs/remotes/origin/*
[gc]
auto = 0
[http "https://github.com/"]
extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzXzhuRlBqeW5RTnBnMWdIMUI5eUF4Tm8yMGh1a2FTajBmdnNRcw==
[submodule "dependencies"]
active = true
url = https://github.com/phkaeser/wlmaker-dependencies.git
[submodule "examples/gtk-layer-shell"]
active = true
url = https://github.com/wmww/gtk-layer-shell.git
[submodule "submodules/inih"]
active = true
url = https://github.com/benhoyt/inih.git
[submodule "submodules/libbase"]
active = true
url = https://github.com/phkaeser/libbase.git
update = rebase
|