# 使用 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
- **版本:** 1.3
- **来源摘要:** Git blame for file trees
- **主页:** <https://github.com/sinclairtarget/git-who>
- **仓库:** <https://github.com/sinclairtarget/git-who>
- **最后更新:** 2026-07-29T16:05:01+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- git-who (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.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

## 其他软件包管理器记录

- 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


## 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
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
