# tummychow/git-absorb

git commit --fixup, but automatic

Repository: https://github.com/tummychow/git-absorb
Canonical: https://ross.abutalabs.com/products/git-absorb
Homepage: https://crates.io/crates/git-absorb
Language: Rust
License: BSD-3-Clause
License Family: permissive
Topics: git, rebase
Last push: 2026-02-14T03:44:46+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 67, release rhythm 58, longevity 100
- inputs: {"age_days": 3121, "days_push": 200, "days_rel": 200, "gap_med": 62.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5699, forks 109 (observed 2026-08-28T04:09:28.068762+00:00)

## What it is
git-absorb is a Rust CLI tool that automatically creates git fixup! commits by matching uncommitted changes to the ancestor commits that last touched those lines. It is a port of Mercurial's hg absorb, streamlining interactive rebase workflows for applying review feedback.

## Use cases
- automatically fold review feedback into the correct commits
- create fixup commits without manually finding commit SHAs
- keep feature branch commits atomic after code review
- avoid manual interactive rebase to amend older commits
- apply uncommitted changes to draft ancestor commits

## When to choose
- you maintain feature branches with multiple commits and receive review feedback
- you want atomic commits without tedious manual fixup/rebase work
- you already use git commit --fixup and git rebase --autosquash regularly

## When to avoid
- you work with linear single-commit branches where amending suffices
- your branch history is already pushed/shared and immutable
- you need changes absorbed into commits outside the rebase base range

## Facets
- artifact type: cli-tool
- maturity: active
- function: version-control, developer-tools, cli
- domain: version-control, developer-tools
- platform: windows, cli, rust
- tags: git, rebase, fixup-commits, autosquash, atomic-commits, command-line, linux, macos

## Member repositories
- tummychow/git-absorb (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:28.068762+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:53:36.878840+00:00, confidence not recorded.
  - readme: https://github.com/tummychow/git-absorb (fetched 2026-08-28T04:09:28.068762+00:00, sha db07cb7257ff)
  - registry_crates: https://crates.io/api/v1/crates/git-absorb (fetched 2026-08-29T08:49:03.895815+00:00, sha 9a761f3f25b0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
