git-absorb Automatic Fixup Commit Generator
Automatically generates fixup commits by analyzing staged changes and matching them to the correct ancestor commits. A Rust port of Facebook's hg absorb that eliminates manual interactive rebasing for review feedback.
What it does
git-absorb Automatic Fixup Commit Generator
Automatically generates fixup commits by analyzing staged changes and matching them to the correct ancestor commits. A Rust port of Facebook's hg absorb that eliminates manual interactive rebasing for review feedback.
Installation
Use the upstream install or setup path that matches your environment:
- Note: cargo install does not currently know how to install manpages (cargo#2729), so if you use cargo for installation then git absorb --help will not work. There are...
- make
Requirements and caveats from upstream:
- This requires that the a2x tool be installed on your system.
Basic usage or getting-started notes:
-
Facebook demoed hg absorb which is probably the coolest workflow enhancement I've seen to version control in years. Essentially, when your working directory has uncommitted changes on top of draft changesets, you can...
-
Note that git absorb does not use the system libgit2. This means you do not need to have libgit2 installed to build or run it. However, this does mean you have to be able to build libgit2. (Due to [recent changes](h...
-
git add any changes that you want to absorb. By design, git absorb will only consider content in the git index (staging area).
-
Extracted from upstream docs: https://raw.githubusercontent.com/tummychow/git-absorb/HEAD/README.md
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,616 chars)