macOS
brew install git-archive-alllocal Homebrew formula metadata
brew
Archive a project and its submodules. Version 1.23.1 via Homebrew; verified from local package data.
install
brew install git-archive-alllocal Homebrew formula metadata
sudo apk add git-archive-allAlpine Linux edge package indexes · git-archive-all · source: dl-cdn.alpinelinux.org
sudo dnf install git-archive-allFedora Rawhide package metadata · git-archive-all · source: dl.fedoraproject.org
nix profile install nixpkgs#git-archive-allnixpkgs package indexes · pkgs/by-name/gi/git-archive-all/package.nix · source: api.github.com
overview
Archive a project and its submodules
history
git-archive-all is a Python command-line wrapper around git archive that archives a Git superproject together with its submodules.
The repository opened in 2010 to solve a practical packaging gap: git archive works well for one repository, but release tarballs often need the checked-out contents of submodules too. The project kept the interface close to git archive while adding recursive submodule traversal, export-ignore support, include paths, dry-run output, and compression control.
The changelog shows a maintenance phase focused on cross-platform archive correctness: tests and export-ignore handling in 2018, Windows and Apple Git compatibility fixes, non-Unicode filename handling, and a 2021 change to retrieve submodule lists via Git rather than parsing .gitmodules directly.
Adoption is utilitarian rather than broad-platform-defining. Its presence on PyPI, Homebrew, and Linux package sets reflects a common release-engineering need: produce source archives from repositories whose dependencies are tracked as Git submodules.
Practitioners run git-archive-all with an output filename, optional base repository, prefix, export-ignore behavior, forced submodule update, include paths, dry-run mode, and compression level. It is typically used for release tarballs, vendor drops, or reproducible snapshots where submodules must be included.
Package maintainers care because missing submodules are a classic broken-source-tarball problem. git-archive-all offers a boring, scriptable answer that honors Git attributes and avoids inventing a new archive format.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-archive-all | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/Kentzo/git-archive-all
install metadata
| Package key | brew:git-archive-all |
|---|---|
| Version | 1.23.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-archive-all |
| Homepage | https://github.com/Kentzo/git-archive-all |
| Repository | https://github.com/Kentzo/git-archive-all |
| Upstream docs | https://github.com/Kentzo/git-archive-all#readme |
| License | MIT |
| Source archive | https://github.com/Kentzo/git-archive-all/archive/refs/tags/1.23.1.tar.gz |
| Uses from macOS | python |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-archive-all |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-archive-all
nix profile install nixpkgs#git-archive-allgit-archive-all 1.23.1-r5
Wrapper for git-archive that archives a git superproject and its submodules
https://github.com/Kentzo/git-archive-all
sudo apk add git-archive-allgit-archive-all-pyc 1.23.1-r5
Precompiled Python bytecode for git-archive-all
https://github.com/Kentzo/git-archive-all
sudo apk add git-archive-all-pycgit-archive-all 1.23.1-16.fc45
Archive git repository with its submodules
https://github.com/Kentzo/git-archive-all
sudo dnf install git-archive-allsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.