pub type UpdateTips<'a> = dyn FnMut(&str, Oid, Oid) -> bool + 'a;
Callback for whenever a reference is updated locally.