# git-vendor を Homebrew, Nix でインストール

git-vendor のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:git-vendor
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install git-vendor
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#git-vendor
```

  証拠: nixpkgs package indexes: pkgs/by-name/gi/git-vendor/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:git-vendor
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/git-vendor>
- **バージョン:** 1.3.0
- **ソース概要:** Command for managing git vendored dependencies
- **ホームページ:** <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>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- git-vendor (cli)
- git-vendor (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 all

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 1.3.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/brettlangdon/git-vendor
- 検出された最新: v1.3.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2016: Repository created for a git subtree-based vendoring workflow.
- 2021: v1.2.x releases refined update behavior and portability.
- 2022: v1.3.0 added a push command.

### Related projects

- git subtree, Go vendor directories, Homebrew

### ソース

- <https://brettlangdon.github.io/git-vendor>
- <https://formulae.brew.sh/formula/git-vendor>
- <https://github.com/brettlangdon/git-vendor>
- <https://github.com/brettlangdon/git-vendor/releases>
- <https://raw.githubusercontent.com/brettlangdon/git-vendor/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - git-vendor: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-vendor/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [maven](https://pkg.so/ja/brew/maven/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [git-lfs](https://pkg.so/ja/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [gradle](https://pkg.so/ja/brew/gradle/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [poetry](https://pkg.so/ja/brew/poetry/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [pipenv](https://pkg.so/ja/brew/pipenv/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [swift-sh](https://pkg.so/ja/brew/swift-sh/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [sbt](https://pkg.so/ja/brew/sbt/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [luarocks](https://pkg.so/ja/brew/luarocks/) - Shares pkgdb curated category or tags: cli, dependency-management, developer-tools.
- [git-machete](https://pkg.so/ja/brew/git-machete/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, extension, git.
- [git-url-sub](https://pkg.so/ja/brew/git-url-sub/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, extension, git.

## Combined YAML source

View the package source record on GitHub. [combined/git-vendor.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-vendor.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
