1
0
Fork 0
mirror of https://cgit.krebsco.de/krops synced 2024-11-23 03:29:48 +01:00

populate git: support submodules

This commit is contained in:
tv 2018-08-14 19:34:22 +02:00
parent ea08f87819
commit 806b500e1e

View file

@ -42,6 +42,7 @@ let
fi fi
git checkout "$hash" -- ${quote target.path} git checkout "$hash" -- ${quote target.path}
git -c advice.detachedHead=false checkout -f "$hash" git -c advice.detachedHead=false checkout -f "$hash"
git submodule update --init --recursive
fi fi
git clean -dfx git clean -dfx