libgit2

git_filter_mode_t

Version:

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. These values control which direction of change is being applied.

Values

GIT_FILTER_TO_WORKTREE
0
GIT_FILTER_SMUDGE
0
GIT_FILTER_TO_ODB
1
GIT_FILTER_CLEAN
1

Returned By

Parameter To

Versions