pub fn find_ref_tip<'r>( repo: &'r Repository, ref_name: &str, ) -> Result<Option<Id<'r>>>
Find the tip commit of a ref, returning None if the ref doesn’t exist.
None