-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is generated via `cargo readme`.
- Loading branch information
Showing
3 changed files
with
19 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# git-record | ||
|
||
Supporting library for | ||
[git-branchless](https://github.com/arxanas/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters