pub fn normalize_push_refspec(refspec: &str) -> StringExpand description
Normalize a push refspec, expanding short names to refs/heads/<name> on both
sides and supplying the source as the destination when none is given, while
preserving a leading + force marker.