git_patch_get_delta

Get the delta associated with a patch. This delta points to internal data and you do not have to release it when you are done with it.

extern (C) nothrow @nogc public
git_patch_get_delta
(
const(.git_patch)* patch
)

Parameters

patch const(.git_patch)*

The patch in which to get the delta.

Return Value

Type: const(libgit2.diff.git_diff_delta)*

The delta associated with the patch.

Meta