macOS
brew install git-absorblocal Homebrew formula metadata
sudo port install git-absorbMacPorts ports tree · devel/git-absorb/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de git-absorb pour les workflows d'agents IA.
installation
brew install git-absorblocal Homebrew formula metadata
sudo port install git-absorbMacPorts ports tree · devel/git-absorb/Portfile · Source: api.github.com
sudo apk add git-absorbAlpine Linux edge package indexes · git-absorb · Source: dl-cdn.alpinelinux.org
sudo apt install git-absorbDebian stable package indexes · git-absorb · Source: deb.debian.org
nix profile install nixpkgs#git-absorbnixpkgs package indexes · pkgs/by-name/gi/git-absorb/package.nix · Source: api.github.com
sudo pacman -S git-absorbArch Linux sync databases · git-absorb · Source: geo.mirror.pkgbuild.com
sudo zypper install git-absorbopenSUSE Tumbleweed package metadata · git-absorb · Source: download.opensuse.org
scoop install main/git-absorbScoop official bucket manifest trees · bucket/git-absorb.json · Source: api.github.com
winget install --id tummychow.git-absorb -eWindows Package Manager source index · tummychow.git-absorb · Source: cdn.winget.microsoft.com
aperçu
Automatic git commit --fixup
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
git-absorb | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/tummychow/git-absorb
métadonnées d'installation
| Clé du paquet | brew:git-absorb |
|---|---|
| Version | 0.9.0 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/git-absorb |
| Page d'accueil | https://github.com/tummychow/git-absorb |
| Dépôt | https://github.com/tummychow/git-absorb |
| Docs amont | https://github.com/jrbasso/gistit#readme |
| Licence | BSD-3-Clause |
| Archive source | https://github.com/tummychow/git-absorb/archive/refs/tags/0.9.0.tar.gz |
| Dernière mise à jour | 2026-06-22T14:03:30-07:00 |
| Pulse | updated |
| Dépendances | libgit2 |
| Dépendances de compilation | asciidoctor, pkgconf, rust |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-absorbpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.