# git-cinnabar mit Homebrew, apt, MacPorts, Nix, pacman, dnf installieren

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install git-cinnabar
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install git-cinnabar
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install git-cinnabar
```

  Evidenz: Debian stable package indexes: git-cinnabar from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

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

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

- pacman (92%):

```sh
sudo pacman -S git-cinnabar
```

  Evidenz: Arch Linux sync databases: git-cinnabar from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- dnf (92%):

```sh
sudo dnf install git-remote-hg
```

  Evidenz: Fedora Rawhide package metadata: git-remote-hg from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:git-cinnabar
- **Paketmanager:** Homebrew
- **Version:** 0.7.4
- **Quellzusammenfassung:** Git remote helper to interact with mercurial repositories
- **Homepage:** <https://github.com/glandium/git-cinnabar>
- **Repository:** <https://github.com/glandium/git-cinnabar>
- **Zuletzt aktualisiert:** 2026-06-25T04:21:18Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- git-cinnabar (Alias)
- git-remote-hg (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

git-cinnabar is a Git remote helper for interacting with Mercurial repositories. It was created for the awkward but important boundary where developers wanted Git tooling while large projects, especially Mozilla's Gecko repositories, still used Mercurial hosting.

### Projektgeschichte

The project is maintained by Mike Hommey under the glandium GitHub account. Its README explains the name as a reference to cinnabar, a mercury-bearing mineral, and describes the tool as a Mercurial bridge that does not keep a local Mercurial clone under the hood.

### Adoptionsgeschichte

git-cinnabar's ecosystem significance comes from Mozilla workflows. The README identifies mozilla-central, related Mercurial repositories, and try-server work as a major focus, and the documentation links to a Mozilla Gecko Git workflow. Package-manager records in the input also show distribution through Homebrew, Debian, Fedora, MacPorts, Nix, Arch, and related channels.

### Wie es verwendet wird

Practitioners use Git commands against Mercurial repositories by cloning or fetching hg:: URLs, then use git-cinnabar commands to translate Git commits and Mercurial changesets. The tool also exposes Mercurial bookmarks, branch tips, and heads as Git refs and includes metadata validation and cleanup commands for long-lived clones.

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

For package users, git-cinnabar is significant because it packages a compatibility layer around two version-control histories rather than just a convenience command. It helped Git-oriented contributors work with Mercurial-hosted Mozilla repositories without abandoning standard Git commands.

### Zeitleiste

- 0.2.x: Early public tags established the remote-helper line.
- 0.5.0: Repository metadata from versions lower than 0.5.0 required an upgrade path.
- 0.7.x: Later tags continued the Rust-backed 0.x series.

### Related projects

- The README compares git-cinnabar with older git-remote-hg and git-hg helpers and positions it around Mozilla's Mercurial repositories.

### Quellen

- <https://formulae.brew.sh/formula/git-cinnabar>
- <https://github.com/glandium/git-cinnabar>
- <https://github.com/glandium/git-cinnabar/wiki/Mozilla:-A-git-workflow-for-Gecko-development>
- <https://raw.githubusercontent.com/glandium/git-cinnabar/master/README.md>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .git/config, ~/.gitconfig
## Andere Paketmanager-Einträge

- Debian apt - git-cinnabar - 0.7.2-2: normalized package name match | Debian stable package indexes: git-cinnabar from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Git remote helper to interact with mercurial repositories | https://github.com/glandium/git-cinnabar
- Nix - git-cinnabar: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/git-cinnabar/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - git-cinnabar - 0.7.4-1: normalized package name match | Arch Linux sync databases: git-cinnabar from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Git remote helper to interact with Mercurial repositories | https://github.com/glandium/git-cinnabar
- MacPorts - git-cinnabar: normalized package name match | MacPorts ports tree: devel/git-cinnabar/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- MacPorts - git-remote-hg: installed executable or alias match | MacPorts ports tree: devel/git-remote-hg/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - git-remote-hg - 1.0.4~ds-3: installed executable or alias match | Debian stable package indexes: git-remote-hg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | bidirectional bridge between Git and Mercurial | https://github.com/mnauw/git-remote-hg
- Nix - git-remote-hg: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/gi/git-remote-hg/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - git-remote-hg - 1.0.4-8.fc45: installed executable or alias match | Fedora Rawhide package metadata: git-remote-hg from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Mercurial wrapper for git | https://github.com/mnauw/git-remote-hg


## Combined YAML source

View the package source record on GitHub. [combined/git-cinnabar.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-cinnabar.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
