| 1256 | } |
| 1257 | |
| 1258 | static int append_oid_to_array(const struct reference *ref, void *data) |
| 1259 | { |
| 1260 | struct oid_array *array = data; |
| 1261 | oid_array_append(array, ref->oid); |
| 1262 | return 0; |
| 1263 | } |
| 1264 | |
| 1265 | void check_for_new_submodule_commits(struct object_id *oid) |
| 1266 | { |
nothing calls this directly
no test coverage detected