libgit2

git_filter_source_filemode

Version:

Get the file mode of the source file If the mode is unknown, this will return 0

Signature

uint16_t git_filter_source_filemode(const git_filter_source *src);

Parameters

In
src

the filter source

Returns

uint16_t

the file mode for the file being filtered

Versions