pub fn list_notes(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
) -> Result<Vec<Note>>Expand description
List every note reachable from notes_ref, sorted by annotated-object hex.
pub fn list_notes(
git_dir: &Path,
format: ObjectFormat,
store: &FileRefStore,
notes_ref: &NotesRef,
) -> Result<Vec<Note>>List every note reachable from notes_ref, sorted by annotated-object hex.