macOS
brew install git-absorblocal Homebrew formula metadata
sudo port install git-absorbMacPorts ports tree · devel/git-absorb/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für git-absorb in AI-Agent-Workflows.
Installation
brew install git-absorblocal Homebrew formula metadata
sudo port install git-absorbMacPorts ports tree · devel/git-absorb/Portfile · Quelle: api.github.com
sudo apk add git-absorbAlpine Linux edge package indexes · git-absorb · Quelle: dl-cdn.alpinelinux.org
sudo apt install git-absorbDebian stable package indexes · git-absorb · Quelle: deb.debian.org
nix profile install nixpkgs#git-absorbnixpkgs package indexes · pkgs/by-name/gi/git-absorb/package.nix · Quelle: api.github.com
sudo pacman -S git-absorbArch Linux sync databases · git-absorb · Quelle: geo.mirror.pkgbuild.com
sudo zypper install git-absorbopenSUSE Tumbleweed package metadata · git-absorb · Quelle: download.opensuse.org
scoop install main/git-absorbScoop official bucket manifest trees · bucket/git-absorb.json · Quelle: api.github.com
winget install --id tummychow.git-absorb -eWindows Package Manager source index · tummychow.git-absorb · Quelle: cdn.winget.microsoft.com
Überblick
Automatic git commit --fixup
Verlauf
git-absorb is a Rust command-line tool that creates fixup commits automatically by matching staged hunks to earlier commits in a feature branch. It brings an hg absorb-style review workflow to Git.
The project began in February 2018 as a port of Facebook's hg absorb idea. The README cites a Mozilla version-control discussion that described automatically folding review feedback into the draft changesets that introduced the touched lines.
git-absorb translated that workflow into Git by producing fixup! commits that can be consumed by git rebase --autosquash, or by running the rebase itself with --and-rebase. Its documentation explains the core algorithm in terms of whether patches commute, using that test to infer which earlier commit a staged hunk belongs to.
The release history moved from rapid 0.1 and 0.2 tags in March 2018 through later 0.x releases, with 0.9.0 tagged in February 2026. The Cargo manifest identifies the package as a Rust binary named git-absorb and describes it as automatic git commit --fixup.
git-absorb gained adoption among developers who maintain atomic commit stacks and want review fixes placed into the right commits before merge. The README lists packaging across Arch Linux, Debian, Fedora, FreeBSD, Homebrew, MacPorts, nixpkgs, openSUSE, Ubuntu, Void Linux, GNU Guix, and Windows Package Manager, and crates.io provides a Rust installation path through cargo install.
Practitioners stage review fixes with git add, run git absorb, inspect the generated fixup commits, and then use git rebase -i --autosquash to fold them into the original commits. Users who trust the result can run git absorb --and-rebase, while recovery is documented through PRE_ABSORB_HEAD and the reflog.
git-absorb is package-relevant because it is a Git subcommand whose usefulness depends on being easy to install across developer machines. It also illustrates the package-manager spread of Rust CLI tools that wrap Git workflows without requiring users to adopt a new VCS.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
git-absorb | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/tummychow/git-absorb
Installationsmetadaten
| Paketschlüssel | brew:git-absorb |
|---|---|
| Version | 0.9.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/git-absorb |
| Homepage | https://github.com/tummychow/git-absorb |
| Repository | https://github.com/tummychow/git-absorb |
| Upstream-Dokumentation | https://github.com/jrbasso/gistit#readme |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://github.com/tummychow/git-absorb/archive/refs/tags/0.9.0.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:03:30-07:00 |
| Pulse | updated |
| Abhängigkeiten | libgit2 |
| Build-Abhängigkeiten | asciidoctor, pkgconf, rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-absorb |
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
git-absorb 0.6.17-2+b2
Git commit --fixup, but automatic
https://github.com/tummychow/git-absorb
sudo apt install git-absorbgit-absorb
nix profile install nixpkgs#git-absorbgit-absorb 0.6.11-1build1
Git commit --fixup, but automatic
https://github.com/tummychow/git-absorb
sudo apt install git-absorbgit-absorb 0.9.0-r0
Automatically write fixup! commits, similar to hg absort
https://github.com/tummychow/git-absorb
sudo apk add git-absorbgit-absorb-bash-completion 0.9.0-r0
Bash completions for git-absorb
https://github.com/tummychow/git-absorb
sudo apk add git-absorb-bash-completiongit-absorb-doc 0.9.0-r0
Automatically write fixup! commits, similar to hg absort (documentation)
https://github.com/tummychow/git-absorb
sudo apk add git-absorb-docgit-absorb-fish-completion 0.9.0-r0
Fish completions for git-absorb
https://github.com/tummychow/git-absorb
sudo apk add git-absorb-fish-completiongit-absorb-zsh-completion 0.9.0-r0
Zsh completions for git-absorb
https://github.com/tummychow/git-absorb
sudo apk add git-absorb-zsh-completiongit-absorb 0.9.0-2
git commit --fixup, but automatic
https://github.com/tummychow/git-absorb
sudo pacman -S git-absorbgit-absorb 0.6.17-1.4
git commit --fixup, but automatic
https://github.com/tummychow/git-absorb
sudo zypper install git-absorbgit-absorb-bash-completion 0.6.17-1.4
Bash Completion for git-absorb
https://github.com/tummychow/git-absorb
sudo zypper install git-absorb-bash-completiongit-absorb-fish-completion 0.6.17-1.4
Fish Completion for git-absorb
https://github.com/tummychow/git-absorb
sudo zypper install git-absorb-fish-completiongit-absorb-nushell-completion 0.6.17-1.4
Nushell Completion for git-absorb
https://github.com/tummychow/git-absorb
sudo zypper install git-absorb-nushell-completiongit-absorb-zsh-completion 0.6.17-1.4
ZSH Completion for git-absorb
https://github.com/tummychow/git-absorb
sudo zypper install git-absorb-zsh-completiongit-absorb
sudo port install git-absorbmain/git-absorb
scoop install main/git-absorbQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.