MCPcopy Index your code
hub / github.com/git/git / remote_get

Function remote_get

remote.c:832–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

830}
831
832struct remote *remote_get(const char *name)
833{
834 read_config(the_repository, 0);
835 return remotes_remote_get(the_repository, name);
836}
837
838struct remote *remote_get_early(const char *name)
839{

Callers 15

cmd_mainFunction · 0.85
add_remote_or_groupFunction · 0.85
cmd_ls_remoteFunction · 0.85
cmd_ls_remoteFunction · 0.85
cmd_fetchFunction · 0.85
run_remote_archiverFunction · 0.85
can_use_remote_refsFunction · 0.85
cmd_send_packFunction · 0.85
addFunction · 0.85
mvFunction · 0.85
rmFunction · 0.85
get_remote_ref_statesFunction · 0.85

Calls 2

read_configFunction · 0.85
remotes_remote_getFunction · 0.85

Tested by 1

cmd_ls_remoteFunction · 0.68