GIT_FILTER_DRIVER_PRIORITY

This is priority to use with a custom filter to imitate a core Git filter driver, so that it will be run last on checkout and first on checkin. You do not have to use this, but it helps compatibility.

package extern (C) nothrow @nogc
enum GIT_FILTER_DRIVER_PRIORITY = 200;

Meta