libgit2

filter

Version:
Git filter APIs

Objects

List of filters to be applied

Enums

Filters are applied in one of two directions: smudging - which is exporting a file from the Git object database to the working directory, and cleaning - which is importing a file from the working directory to the Git object database change is being applied.

Functions

Load the filter list for a given path

Apply filter list to a data buffer

Apply filter list to the contents of a file on disk

Apply filter list to the contents of a blob

Free a git_filter_list