Skip to main content

update_ref

Function update_ref 

Source
pub fn update_ref(
    mkit_dir: &Path,
    branch: &str,
    condition: RefWriteCondition,
    h: &Hash,
) -> RefResult<()>
Expand description

CAS-aware ref write per SPEC-REFS §5.

§Errors