-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
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/.gitmodulestells us Criterion has three submodules listed in .gitmodules file which were not included in the zip archive.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels