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

Function alias_lookup

alias.c:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84char *alias_lookup(const char *alias)
85{
86 struct config_alias_data data = { alias, NULL };
87
88 read_early_config(the_repository, config_alias_cb, &data);
89
90 return data.v;
91}
92
93void list_aliases(struct string_list *list)
94{

Callers 2

handle_aliasFunction · 0.85
check_git_cmdFunction · 0.85

Calls 1

read_early_configFunction · 0.85

Tested by

no test coverage detected