macOS
brew install git-absorblocal Homebrew formula metadata
sudo port install git-absorbMacPorts ports tree · devel/git-absorb/Portfile · 来源: api.github.com
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.