Module radicle_surf::diff[][src]

Modules

git

Structs

CopyFile
CreateFile
DeleteFile
Diff
DiffError
Hunk

A set of line changes.

Line

The content of a single line.

ModifiedFile
MoveFile

Enums

FileDiff

A set of changes belonging to one file.

LineDiff

Single line delta. Two of these are need to represented a modified line: one addition and one deletion. Context is also represented with this type.