#git-commit #git #version-control #component #ui #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

#6 in #interactively

Download history 7/week @ 2024-02-25 81/week @ 2024-03-31

81 downloads per month

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

~6–16MB
~184K SLoC