#git-commit #ui-component #git #source #version-control #user #interactively

git-record

UI component to interactively select changes to include in a commit

3 releases (breaking)

0.4.0 Aug 14, 2023
0.3.0 Sep 29, 2022
0.2.0 Aug 10, 2022
0.1.0 Apr 12, 2022

#8 in #interactively

MIT/Apache

69KB
1.5K SLoC

git-record

Supporting library for git-branchless.

This is a UI component to interactively select changes to include in a commit. It's meant to be embedded in source control tooling.

You can think of this as an interactive replacement for git add -p, or a reimplementation of hg crecord. Given a set of changes made by the user, this component presents them to the user and lets them select which of those changes should be staged for commit.

License: MIT OR Apache-2.0


lib.rs:

Supporting library for git-branchless.

This is a UI component to interactively select changes to include in a commit. It's meant to be embedded in source control tooling.

You can think of this as an interactive replacement for git add -p, or a reimplementation of hg crecord. Given a set of changes made by the user, this component presents them to the user and lets them select which of those changes should be staged for commit.

Dependencies

~8–19MB
~198K SLoC