macOS
brew install git-absorblocal Homebrew formula metadata
sudo port install git-absorbMacPorts ports tree · devel/git-absorb/Portfile · ソース: api.github.com
brew
git-absorb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install git-absorblocal Homebrew formula metadata
sudo port install git-absorbMacPorts ports tree · devel/git-absorb/Portfile · ソース: api.github.com
sudo apk add git-absorbAlpine Linux edge package indexes · git-absorb · ソース: dl-cdn.alpinelinux.org
sudo apt install git-absorbDebian stable package indexes · git-absorb · ソース: deb.debian.org
nix profile install nixpkgs#git-absorbnixpkgs package indexes · pkgs/by-name/gi/git-absorb/package.nix · ソース: api.github.com
sudo pacman -S git-absorbArch Linux sync databases · git-absorb · ソース: geo.mirror.pkgbuild.com
sudo zypper install git-absorbopenSUSE Tumbleweed package metadata · git-absorb · ソース: download.opensuse.org
scoop install main/git-absorbScoop official bucket manifest trees · bucket/git-absorb.json · ソース: api.github.com
winget install --id tummychow.git-absorb -eWindows Package Manager source index · tummychow.git-absorb · ソース: cdn.winget.microsoft.com
概要
Automatic git commit --fixup
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
git-absorb | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/tummychow/git-absorb
インストールメタデータ
| パッケージキー | brew:git-absorb |
|---|---|
| バージョン | 0.9.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/git-absorb |
| ホームページ | https://github.com/tummychow/git-absorb |
| リポジトリ | https://github.com/tummychow/git-absorb |
| 上流ドキュメント | https://github.com/jrbasso/gistit#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/tummychow/git-absorb/archive/refs/tags/0.9.0.tar.gz |
| 最終更新 | 2026-06-22T14:03:30-07:00 |
| Pulse | updated |
| 依存関係 | libgit2 |
| ビルド依存関係 | asciidoctor, pkgconf, rust |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-absorbソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.