Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
832
struct remote *remote_get(const char *name)
833
{
834
read_config(the_repository, 0);
835
return remotes_remote_get(the_repository, name);
836
}
837
838
struct remote *remote_get_early(const char *name)
839
{
Callers
15
cmd_main
Function · 0.85
add_remote_or_group
Function · 0.85
cmd_ls_remote
Function · 0.85
cmd_ls_remote
Function · 0.85
cmd_fetch
Function · 0.85
run_remote_archiver
Function · 0.85
can_use_remote_refs
Function · 0.85
cmd_send_pack
Function · 0.85
add
Function · 0.85
mv
Function · 0.85
rm
Function · 0.85
get_remote_ref_states
Function · 0.85
Calls
2
read_config
Function · 0.85
remotes_remote_get
Function · 0.85
Tested by
1
cmd_ls_remote
Function · 0.68