# Installer git-who avec Homebrew, MacPorts, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-who pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

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

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

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

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

## Faits du paquet

- **Clé du paquet:** brew:git-who
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/git-who>
- **Version:** 1.3
- **Résumé source:** Git blame for file trees
- **Page d'accueil:** <https://github.com/sinclairtarget/git-who>
- **Dépôt:** <https://github.com/sinclairtarget/git-who>
- **Licence:** MIT
- **Archive source:** <https://github.com/sinclairtarget/git-who/archive/refs/tags/v1.3.tar.gz>
- **Dernière mise à jour:** 2026-07-29T16:05:01+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- git-who (cli)
- git-who (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.3
- gestionnaire mis à jour: 2026-07-29
- données locales: OK
- dépôt amont: https://github.com/sinclairtarget/git-who
- dernière version détectée: v1.3 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [git-lfs](https://pkg.so/fr/brew/git-lfs/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-xet](https://pkg.so/fr/brew/git-xet/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-machete](https://pkg.so/fr/brew/git-machete/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-trim](https://pkg.so/fr/brew/git-trim/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-octopus](https://pkg.so/fr/brew/git-octopus/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-open](https://pkg.so/fr/brew/git-open/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-when-merged](https://pkg.so/fr/brew/git-when-merged/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-now](https://pkg.so/fr/brew/git-now/) - Shares pkgdb curated category or tags: cli, developer-tools, git-extension.
- [git-number](https://pkg.so/fr/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/fr/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)


## Sources

- 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
