populate git: support submodules

This commit is contained in:
tv 2018-08-14 19:34:22 +02:00
parent ea08f87819
commit 806b500e1e
1 changed files with 1 additions and 0 deletions

View File

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