yolk

Module git_filter_server

Source
Expand description

Logic to handle the git long-running filter process connection.

This is used to implement the yolk git-filter command, which gets called by git whenever the user checks out or checks in some files. This allows doing the template processing (canonicalization) in-memory within git, rather than having to change the files on-disk before and after interacting with them through git.

Structs§

GitFilterServer

Enums§

GitFilterMode

Traits§

GitFilterProcessor