tummychow/git-absorb
git commit --fixup, but automatic observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 67
- Release rhythm 58
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 62.5
- age_days: 3121
- days_rel: 200
- days_push: 200
- n_releases_24m: 5
Adoption not part of the score
5699 stars · 109 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
cli-tool · maturity active
version-control developer-tools cli version-control developer-tools windows cli rust git rebase fixup-commits autosquash atomic-commits command-line linux macos
2 sources
- readme: https://github.com/tummychow/git-absorb · fetched 2026-08-28 · db07cb7257ff
- registry_crates: https://crates.io/api/v1/crates/git-absorb · fetched 2026-08-29 · 9a761f3f25b0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tummychow/git-absorb | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="tummychow/git-absorb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem