Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ prepare_credentials
Function
prepare_credentials
daemon.c:1198–1202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1196
}
1197
1198
static struct credentials *prepare_credentials(const char *user_name UNUSED,
1199
const char *group_name UNUSED)
1200
{
1201
die(
"--user not supported on this platform"
);
1202
}
1203
1204
#else
1205
Callers
1
cmd_main
Function · 0.85
Calls
2
getpwnam
Function · 0.85
die
Function · 0.70
Tested by
no test coverage detected