hunkpick 0.4.0

Non-interactive git add -p alternative — pick and split unified-diff hunks by index, range, or content id
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod emit;
pub mod error;
pub mod list;
pub mod model;
pub mod parser;
pub mod select;
pub mod split;
pub mod subhunk_id;
pub mod validate;