git_filter_list_stream_file

Apply a filter list to a file as a stream

extern (C) nothrow @nogc
int
git_filter_list_stream_file

Parameters

filters .git_filter_list*

the list of filters to apply

repo libgit2_d.types.git_repository*

the repository in which to perform the filtering

path const(char)*

the path of the file to filter, a relative path will be taken as relative to the workdir

target libgit2_d.types.git_writestream*

the stream into which the data will be written

Meta