When possible (accessibility-wise), would be nice if submodules are packed in the zip archive of branch.
For example:
# in Windows PowerShell
cd /temp
wget https://github.com/Snaipe/Criterion/archive/bleeding.zip -OutFile criterion-bleeding.zip
Expand-Archive criterion-bleeding.zip -DestinationPath .
# now compare
ls -r criterion-bleeding/dependencies
# with
cat criterion-bleeding/.gitmodules
tells us Criterion has three submodules listed in .gitmodules file which were not included in the zip archive.
When possible (accessibility-wise), would be nice if submodules are packed in the zip archive of branch.
For example:
tells us Criterion has three submodules listed in
.gitmodulesfile which were not included in the zip archive.