pub fn notes_tree_oid(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
) -> Result<Option<ObjectId>>Expand description
Peel notes_ref to its root tree oid. Returns None when the ref is absent.
pub fn notes_tree_oid(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
) -> Result<Option<ObjectId>>Peel notes_ref to its root tree oid. Returns None when the ref is absent.