# 使用 Homebrew, MacPorts, Nix, zypper 安装 git-who

查看 git-who 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install git-who
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install git-who
```

  证据: MacPorts ports tree: devel/git-who/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

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

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

- zypper (92%):

```sh
sudo zypper install git-who
```

  证据: openSUSE Tumbleweed package metadata: git-who from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:git-who
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/git-who>
- **版本:** 1.3
- **来源摘要:** Git blame for file trees
- **主页:** <https://github.com/sinclairtarget/git-who>
- **仓库:** <https://github.com/sinclairtarget/git-who>
- **许可证:** MIT
- **源码归档:** <https://github.com/sinclairtarget/git-who/archive/refs/tags/v1.3.tar.gz>
- **最后更新:** 2026-07-29T16:05:01+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- git-who (cli)
- git-who (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.3
- 管理器更新时间: 2026-07-29
- 本地数据: OK
- 上游仓库: https://github.com/sinclairtarget/git-who
- 检测到的最新版本: v1.3 (当前)
## 项目历史与用法

git-who is a Go command-line tool that extends the idea of git blame from individual lines to whole file trees, components, and repository histories.

### 项目历史

Nathan Smith published git-who in a GitHub repository created in December 2024. The README describes the project as a way to answer who is responsible for code at the component or subsystem level rather than only at the line level.

The project quickly grew into three views: a table of authors, a tree annotated by primary contributors, and a histogram of repository activity. Releases in 2025 and 2026 added signed artifacts, package-manager paths, and options such as NO_COLOR support.

### 采用历史

git-who has a broader adoption footprint than many small Git helpers in this batch. The README documents precompiled binaries, Homebrew, Docker, go install, and a Repology packaging badge; the July 2026 enrichment snapshot of GitHub metadata listed more than 2,600 stars.

### 使用方式

Practitioners use git who to identify likely code owners, find the dominant author of a path, inspect contribution history for a release range, and visualize maintainership changes. The tool respects .mailmap and .git-blame-ignore-revs, and it caches per-repository data under XDG_CACHE_HOME.

### 为什么软件包爱好者会关心

git-who is significant because it packages a common organizational need, code ownership discovery, as a local Git-native command instead of a hosted analytics dashboard. It complements git blame by preserving history-level context that line blame can obscure.

### 时间线

- 2024: Repository created.
- 2025: v0.2 was labeled the initial release, followed by signed artifacts in v0.3.
- 2025: Maintainer demo showed the tool against the Vim repository.
- 2026: v1.3 added NO_COLOR support.

### Related projects

- git blame, git log, .mailmap, .git-blame-ignore-revs, Repology, Homebrew

### 来源

- <https://formulae.brew.sh/formula/git-who>
- <https://github.com/sinclairtarget/git-who>
- <https://github.com/sinclairtarget/git-who/releases>
- <https://raw.githubusercontent.com/sinclairtarget/git-who/master/README.md>
- <https://repology.org/project/git-who/versions>
- <https://sinclairtarget.com/blog/2025/03/who-will-maintain-vim-a-demo-of-git-who/>


## 安全说明

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-who
- **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-who: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-who/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - git-who - 1.3-1.7: normalized package name match | openSUSE Tumbleweed package metadata: git-who from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Git blame for file trees | https://github.com/sinclairtarget/git-who
- MacPorts - git-who: normalized package name match | MacPorts ports tree: devel/git-who/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [git-lfs](https://pkg.so/zh-hans/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-xet](https://pkg.so/zh-hans/brew/git-xet/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-machete](https://pkg.so/zh-hans/brew/git-machete/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-trim](https://pkg.so/zh-hans/brew/git-trim/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-octopus](https://pkg.so/zh-hans/brew/git-octopus/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-open](https://pkg.so/zh-hans/brew/git-open/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-when-merged](https://pkg.so/zh-hans/brew/git-when-merged/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-now](https://pkg.so/zh-hans/brew/git-now/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-number](https://pkg.so/zh-hans/brew/git-number/) - Package names and metadata indicate a similar tool family. Shared terms: cli, developer, developer-tools, extension, file.
- [git-mediate](https://pkg.so/zh-hans/brew/git-mediate/) - 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-who.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-who.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
