macOS
brew install git-vendorlocal Homebrew formula metadata
brew / 順位 12644
git-vendor のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-vendorlocal Homebrew formula metadata
nix profile install nixpkgs#git-vendornixpkgs package indexes · pkgs/by-name/gi/git-vendor/package.nix · ソース: api.github.com
概要
Command for managing git vendored dependencies
履歴
git-vendor is a shell Git command that wraps git subtree to add, list, update, and share vendored dependencies.
Brett Langdon created the git-vendor repository in January 2016. The README explains that the tool follows the Go vendoring convention of storing dependencies under vendor/ using fully qualified project paths.
The project stayed close to git subtree. Later releases refined command behavior, including a 2022 release that added a push command through a community contribution.
git-vendor spread through source installation, Homebrew, and other package-manager formulas. Its adoption niche was teams that wanted vendored source checked into a repository without relying on language-specific package managers.
Practitioners use git vendor add to import a repository at a ref, git vendor list to inspect recorded source metadata, git vendor update to move a vendored dependency forward, and git vendor upstream to share changes back.
The tool is significant in package-management history because it captures a pre-module and cross-language vendoring pattern: source is copied into the tree, but the Git history and vendor metadata preserve where that source came from.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-vendor | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/brettlangdon/git-vendor
インストールメタデータ
| パッケージキー | brew:git-vendor |
|---|---|
| バージョン | 1.3.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-vendor |
| ホームページ | https://brettlangdon.github.io/git-vendor |
| リポジトリ | https://github.com/brettlangdon/git-vendor |
| 上流ドキュメント | https://brettlangdon.github.io/git-vendor |
| ライセンス | MIT |
| ソースアーカイブ | https://github.com/brettlangdon/git-vendor/archive/refs/tags/v1.3.0.tar.gz |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-vendor |
| 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-vendor
nix profile install nixpkgs#git-vendorソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.