Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ read_branches
Function
read_branches
builtin/remote.c:370–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
368
}
369
370
static void read_branches(void)
371
{
372
if (branch_list.nr)
373
return;
374
repo_config(the_repository, config_read_branches, NULL);
375
}
376
377
struct ref_states {
378
struct remote *remote;
Callers
3
mv
Function · 0.85
rm
Function · 0.85
get_remote_ref_states
Function · 0.85
Calls
1
repo_config
Function · 0.50
Tested by
no test coverage detected