Skip to main content

Crate git_tailor

Crate git_tailor 

Source

Modules§

app
editor
fragmap
mergetool
repo
static_views
views

Structs§

CommitDiff
All diff information for a single commit.
CommitInfo
Represents commit metadata extracted from git repository.
DiffLine
A single line from a diff, along with what kind of change it represents.
FileDiff
The diff for a single file between a commit and its parent commit.
Hunk
A “hunk” is a standard Git concept: a contiguous group of changed lines within a single file, together with a few surrounding unchanged (context) lines for orientation.

Enums§

DeltaStatus
Git delta status indicating the type of file change.
DiffLineKind
The kind of change a diff line represents.