Skip to content

Zip archive to include submodule #214

@am11

Description

@am11

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions