libgit2

git_filter_source_path

Version:

Get the path that the source data is coming from.

Signature

const char *git_filter_source_path(const git_filter_source *src);

Parameters

In
src

the filter source

Returns

const char *

the path that is being filtered

Versions