qmonnet/Git-archive-all
Wrapper for git-archive, taking into account .gitattributes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output-files | Output file names (space-separated list), for example: "project.zip project.tar.gz" | yes | — |
| base-repo | Main Git repository to archive, defaults to current path | no | — |
| prefix | Prefix to prepend to each filename in the archive | no | — |
| export-ignore | Follow export-ignore attributes in .gitatributes | no | true |
| force-submodules | Force `git submodule init && git submodule update` at each level before iterating submodules | no | true |
| extra-includes | Additional files to include in the archive (space-separated list) | no | — |
| compression-level | Compression level; interpretation depends on output format | no | 9 |
| verbose | Enable verbose mode | no | true |
Outputs
no outputs