pub const EVICTING_SUFFIX: &str = ".__evicting__";Expand description
Reserved suffix for the trash directory a mirror is renamed to during eviction
before its (possibly slow) removal (see git::GitCache::evict). Reserved for
the same reason as INCOMING_SUFFIX: a client path must never alias a mirror
mid-eviction.