pub fn read_note_from_tree(
git_dir: &Path,
format: ObjectFormat,
tree_oid: &ObjectId,
annotated: &ObjectId,
) -> Result<Option<ObjectId>>Expand description
Return the note blob oid for annotated from an already-resolved notes tree.