const CHECKOUT_READY_LOCK: &str = ".cargo-ok";
Expand description
A file indicates that if present, git reset
has been done and a repo
checkout is ready to go. See GitCheckout::reset
for why we need this.
const CHECKOUT_READY_LOCK: &str = ".cargo-ok";
A file indicates that if present, git reset
has been done and a repo
checkout is ready to go. See GitCheckout::reset
for why we need this.