libgit2

git_filter_source_id

Version:

Get the OID of the source If the OID is unknown (often the case with GIT_FILTER_CLEAN) then this will return NULL.

Signature

const git_oid *git_filter_source_id(const git_filter_source *src);

Parameters

Returns

Versions