pub fn read(remote: Option<&str>, commit: &str) -> Result<Vec<Record>>Expand description
Read every record attached to commit, after refreshing from the remote.
The fetch is deliberately inside the read path. Users must never have to know that notes exist, let alone that they need a refspec — that seam is the single biggest usability risk in this design.