pkg.soopen package index

brew / 排名 2836

使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget 安装 git-absorb

查看 git-absorb 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install git-absorb

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install git-absorb

MacPorts ports tree · devel/git-absorb/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add git-absorb

Alpine Linux edge package indexes · git-absorb · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install git-absorb

Debian stable package indexes · git-absorb · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install git-absorb

Fedora Rawhide package metadata · git-absorb · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#git-absorb

nixpkgs package indexes · pkgs/by-name/gi/git-absorb/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S git-absorb

Arch Linux sync databases · git-absorb · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install git-absorb

openSUSE Tumbleweed package metadata · git-absorb · 来源: download.opensuse.org

Windows

Scoop已验证 · 92%
scoop install main/git-absorb

Scoop official bucket manifest trees · bucket/git-absorb.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id tummychow.git-absorb -e

Windows Package Manager source index · tummychow.git-absorb · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Automatic git commit --fixup

命令和别名

  • git-absorb

历史

项目历史与用法

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.

时间线

  • 2018: Repository initialized and 0.1.0 tagged.
  • 2019: 0.4.0 and 0.5.0 tags followed after wider workflow hardening.
  • 2025: 0.7.0 and 0.8.0 tags appeared.
  • 2026: 0.9.0 was tagged.

Related projects

  • git-absorb is directly related to Facebook's hg absorb, Mercurial's history-editing workflow, Git's fixup commits, and Git's autosquash rebase mode.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
git-absorb可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.9.0
管理器更新时间2026-06-22
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:git-absorb
版本0.9.0
软件包管理器Homebrew
主页https://github.com/tummychow/git-absorb
仓库https://github.com/tummychow/git-absorb
最后更新2026-06-22T14:03:30-07:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

git-absorb 0.6.17-2+b2

Git commit --fixup, but automatic

https://github.com/tummychow/git-absorb

sudo apt install git-absorb
  • Section: vcs
  • Architecture: amd64
  • Source Package: rust-git-absorb
  • 3 依赖
  • normalized package name match
  • 匹配方式:Git Absorb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: git-absorb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

git-absorb

nix profile install nixpkgs#git-absorb
  • normalized package name match
  • 匹配方式:Git Absorb
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gi/git-absorb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

git-absorb 0.6.11-1build1

Git commit --fixup, but automatic

https://github.com/tummychow/git-absorb

sudo apt install git-absorb
  • Section: universe/vcs
  • Architecture: amd64
  • Source Package: rust-git-absorb
  • 3 依赖
  • normalized package name match
  • 匹配方式:Git Absorb
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: git-absorb from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

git-absorb 0.9.0-r0

Automatically write fixup! commits, similar to hg absort

https://github.com/tummychow/git-absorb

sudo apk add git-absorb
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: git-absorb
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Absorb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-absorb from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-absorb-bash-completion 0.9.0-r0

Bash completions for git-absorb

https://github.com/tummychow/git-absorb

sudo apk add git-absorb-bash-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: git-absorb
  • normalized package name match
  • 匹配方式:Git Absorb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-absorb-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-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-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: git-absorb
  • normalized package name match
  • 匹配方式:Git Absorb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-absorb-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-absorb-fish-completion 0.9.0-r0

Fish completions for git-absorb

https://github.com/tummychow/git-absorb

sudo apk add git-absorb-fish-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: git-absorb
  • normalized package name match
  • 匹配方式:Git Absorb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-absorb-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

git-absorb-zsh-completion 0.9.0-r0

Zsh completions for git-absorb

https://github.com/tummychow/git-absorb

sudo apk add git-absorb-zsh-completion
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: git-absorb
  • normalized package name match
  • 匹配方式:Git Absorb
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: git-absorb-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

git-absorb 0.9.0-5.fc45

Git commit --fixup, but automatic

https://crates.io/crates/git-absorb

sudo dnf install git-absorb
  • License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT AND (MIT OR Apache-2.0) AND (MPL-2.0 OR MIT OR
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: rust-git-absorb
  • 4 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Absorb
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: git-absorb from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

git-absorb 0.9.0-2

git commit --fixup, but automatic

https://github.com/tummychow/git-absorb

sudo pacman -S git-absorb
  • License: BSD-3-Clause
  • Architecture: x86_64
  • 4 依赖
  • normalized package name match
  • 匹配方式:Git Absorb
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: git-absorb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

git-absorb 0.6.17-1.6

git commit --fixup, but automatic

https://github.com/tummychow/git-absorb

sudo zypper install git-absorb
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: git-absorb
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Git Absorb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-absorb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

git-absorb-bash-completion 0.6.17-1.6

Bash Completion for git-absorb

https://github.com/tummychow/git-absorb

sudo zypper install git-absorb-bash-completion
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-absorb
  • 2 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Absorb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-absorb-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

git-absorb-fish-completion 0.6.17-1.6

Fish Completion for git-absorb

https://github.com/tummychow/git-absorb

sudo zypper install git-absorb-fish-completion
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-absorb
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Absorb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-absorb-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

git-absorb-nushell-completion 0.6.17-1.6

Nushell Completion for git-absorb

https://github.com/tummychow/git-absorb

sudo zypper install git-absorb-nushell-completion
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-absorb
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Absorb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-absorb-nushell-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

git-absorb-zsh-completion 0.6.17-1.6

ZSH Completion for git-absorb

https://github.com/tummychow/git-absorb

sudo zypper install git-absorb-zsh-completion
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: git-absorb
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Git Absorb
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: git-absorb-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

git-absorb

sudo port install git-absorb
  • normalized package name match
  • 匹配方式:Git Absorb
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/git-absorb/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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