( s storer.ReferenceStorer, r *plumbing.Reference)
| 1182 | } |
| 1183 | |
| 1184 | func updateReferenceStorerIfNeeded( |
| 1185 | s storer.ReferenceStorer, r *plumbing.Reference) (updated bool, err error) { |
| 1186 | return checkAndUpdateReferenceStorerIfNeeded(s, r, nil) |
| 1187 | } |
| 1188 | |
| 1189 | // Fetch fetches references along with the objects necessary to complete |
| 1190 | // their histories, from the remote named as FetchOptions.RemoteName. |
no test coverage detected
searching dependent graphs…