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
git_patch_get_delta
(
const(.git_patch)* patch
)

Meta