pub const CATCH_ALL: &str = "* filter=git-xcrypt";Expand description
The line the filter actually hangs on.
Static by design: it names no pattern, so changing .git-xcrypt never makes
it stale. The filter is invoked for every file and decides for itself.
The one line the whole guarantee hangs on. Public so lock can check for
it without guessing at its spelling: git reads a missing attribute exactly
as it reads a missing driver, as no filter at all.