MCPcopy Create free account
hub / github.com/git/git / odb_add_submodule_source_by_path

Function odb_add_submodule_source_by_path

odb.c:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365void 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
371static void fill_alternate_refs_command(struct repository *repo,
372 struct child_process *cmd,

Callers 2

config_from_gitmodulesFunction · 0.85
grep_submoduleFunction · 0.85

Calls 1

string_list_insertFunction · 0.85

Tested by

no test coverage detected