Add update=merge for the submodule

This permit not to have detached state for the submodule
See here: https://stackoverflow.com/questions/18770545/why-is-my-git-submodule-head-detached-from-master/55570998#55570998
This commit is contained in:
Thomas Dehaeze 2021-02-06 11:40:10 +01:00
parent a4f57bf4c5
commit 123d003b91

1
.gitmodules vendored
View File

@ -1,3 +1,4 @@
[submodule "themes/clean-even"]
path = themes/clean-even
url = https://github.com/tdehaeze/clean-even
update = merge