Expand description
Diff feature — types and operations for working-directory, staged, and per-commit diffs.
Re-exports§
pub use ops::get_commit_diff;pub use ops::get_commit_file_list;pub use ops::get_single_file_diff;pub use ops::get_staged_diff;pub use ops::get_working_dir_diff;pub use types::DiffFileEntry;pub use types::DiffHunk;pub use types::DiffInfo;pub use types::DiffLine;pub use types::FileStatus;pub use types::StatusColorCategory;