macOS
brew install git-archive-alllocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-archive-all in AI-Agent-Workflows.
Installation
brew install git-archive-alllocal Homebrew formula metadata
sudo apk add git-archive-allAlpine Linux edge package indexes · git-archive-all · Quelle: dl-cdn.alpinelinux.org
sudo dnf install git-archive-allFedora Rawhide package metadata · git-archive-all · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#git-archive-allnixpkgs package indexes · pkgs/by-name/gi/git-archive-all/package.nix · Quelle: api.github.com
Überblick
Archive a project and its submodules
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-archive-all | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/Kentzo/git-archive-all
Installationsmetadaten
| Paketschlüssel | brew:git-archive-all |
|---|---|
| Version | 1.23.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | 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-Dokumentation | https://github.com/Kentzo/git-archive-all#readme |
| Lizenz | MIT |
| Quellarchiv | https://github.com/Kentzo/git-archive-all/archive/refs/tags/1.23.1.tar.gz |
| Von macOS bereitgestellte Bibliotheken | python |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-allQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.