| 363 | } |
| 364 | |
| 365 | void odb_add_submodule_source_by_path(struct object_database *odb, |
| 366 | const char *path) |
| 367 | { |
| 368 | string_list_insert(&odb->submodule_source_paths, path); |
| 369 | } |
| 370 | |
| 371 | static void fill_alternate_refs_command(struct repository *repo, |
| 372 | struct child_process *cmd, |
no test coverage detected