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

Function list_aliases

alias.c:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void list_aliases(struct string_list *list)
94{
95 struct config_alias_data data = { NULL, NULL, list };
96
97 read_early_config(the_repository, config_alias_cb, &data);
98}
99
100void quote_cmdline(struct strbuf *buf, const char **argv)
101{

Callers 3

list_cmdsFunction · 0.85
cmd_helpFunction · 0.85

Calls 1

read_early_configFunction · 0.85

Tested by

no test coverage detected