macOS
brew install git-vendorlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.