git-record 0.4.0

UI component to interactively select changes to include in a commit.
Documentation
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 of hg crecord/hg commit -i, you can try the git record command from git-branchless.
  • If you want a TUI tool usable as a Git difftool (see git-difftool(1)), you can try the git branchless difftool command from git-branchless