macOS
brew install git-vendorlocal Homebrew formula metadata
brew / 順位 12640
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 | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:git-vendor |
|---|---|
| バージョン | 1.3.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://brettlangdon.github.io/git-vendor |
| リポジトリ | https://github.com/brettlangdon/git-vendor |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの 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.