# git-who mit Homebrew, MacPorts, Nix, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-who in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

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

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

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

  Evidenz: 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
```

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:git-who
- **Paketmanager:** Homebrew
- **Version:** 1.3
- **Quellzusammenfassung:** Git blame for file trees
- **Homepage:** <https://github.com/sinclairtarget/git-who>
- **Repository:** <https://github.com/sinclairtarget/git-who>
- **Zuletzt aktualisiert:** 2026-07-29T16:05:01+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- git-who (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.3
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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

### Quellen

- <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/>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- 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)


## Quellen

- 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
