git-record-0.4.0 has been yanked.
git-record
Supporting library for git-branchless.
Deprecation notice: This library is no longer used. It was replaced by scm-record. Originally, this was a UI component to interactively select changes to include in a commit, meant to be embedded in source control tooling.
- If you want a replacement for
git add -p, in the style ofhg crecord/hg commit -i, you can try thegit recordcommand from git-branchless. - If you want a TUI tool usable as a Git difftool (see
git-difftool(1)), you can try thegit branchless difftoolcommand from git-branchless