1
0
mirror of https://cgit.krebsco.de/krops synced 2024-06-02 06:13:30 +02: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