Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ get_dav_remote_heads
Function
get_dav_remote_heads
http-push.c:1464–1467 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1462
}
1463
1464
static void get_dav_remote_heads(void)
1465
{
1466
remote_ls(
"refs/"
, (PROCESS_FILES | PROCESS_DIRS | RECURSIVE), process_ls_ref, NULL);
1467
}
1468
1469
static void add_remote_info_ref(struct remote_ls_ctx *ls)
1470
{
Callers
1
cmd_main
Function · 0.85
Calls
1
remote_ls
Function · 0.85
Tested by
no test coverage detected