fn write_ref<'a>(
atom: &'a AtomContext<'_>,
id: ObjectId,
atom_ref: AtomRef<'_>,
) -> GitResult<Reference<'a>>Expand description
Writes a single Git reference to the repository.
fn write_ref<'a>(
atom: &'a AtomContext<'_>,
id: ObjectId,
atom_ref: AtomRef<'_>,
) -> GitResult<Reference<'a>>Writes a single Git reference to the repository.