pub const INCOMING_SUFFIX: &str = ".__incoming__";Expand description
Reserved suffix for the staging directory a mirror is cloned into before its
atomic rename into place (see git::clone_mirror). resolve rejects any
client path containing it, so a request can never resolve onto another repo’s
in-flight clone directory.