macOS
brew install git-archive-alllocal Homebrew formula metadata
brew
git-archive-all のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-archive-alllocal Homebrew formula metadata
sudo apk add git-archive-allAlpine Linux edge package indexes · git-archive-all · ソース: dl-cdn.alpinelinux.org
sudo dnf install git-archive-allFedora Rawhide package metadata · git-archive-all · ソース: dl.fedoraproject.org
nix profile install nixpkgs#git-archive-allnixpkgs package indexes · pkgs/by-name/gi/git-archive-all/package.nix · ソース: api.github.com
概要
Archive a project and its submodules
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-archive-all | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/Kentzo/git-archive-all
インストールメタデータ
| パッケージキー | brew:git-archive-all |
|---|---|
| バージョン | 1.23.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-archive-all |
| ホームページ | https://github.com/Kentzo/git-archive-all |
| リポジトリ | https://github.com/Kentzo/git-archive-all |
| 上流ドキュメント | https://github.com/Kentzo/git-archive-all#readme |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/Kentzo/git-archive-all/archive/refs/tags/1.23.1.tar.gz |
| macOS 提供ライブラリ | python |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-allソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.