Enum git2::DiffFormat
[−]
[src]
pub enum DiffFormat {
Patch,
PatchHeader,
Raw,
NameOnly,
NameStatus,
}Possible output formats for diff data
Variants
Patch | full git diff |
PatchHeader | just the headers of the patch |
Raw | like git diff --raw |
NameOnly | like git diff --name-only |
NameStatus | like git diff --name-status |