Ggit.DiffFormatType – libgit2-glib-1.0 Reference Manual
DiffFormatType
Description:
[
CCode
( cprefix =
"GGIT_DIFF_FORMAT_"
, type_id =
"ggit_diff_format_type_get_type ()"
) ]
public
enum
DiffFormatType
Possible output formats for diff data.
Namespace:
Ggit
Package:
libgit2-glib-1.0
Content:
Enum values:
NAME_ONLY
-
like git diff --name-only.
NAME_STATUS
-
like git diff --name-status.
PATCH
-
full git diff.
PATCH_HEADER
-
just the file headers of patch.
RAW
-
like git diff --raw.
2022 vala-language.org