Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ packet_trace_identity
Function
packet_trace_identity
pkt-line.c:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
static struct trace_key trace_pack = TRACE_KEY_INIT(PACKFILE);
15
16
void packet_trace_identity(const char *prog)
17
{
18
packet_trace_prefix = xstrdup(prog);
19
}
20
21
static const char *get_trace_prefix(void)
22
{
Callers
8
cmd_fetch_pack
Function · 0.85
cmd_upload_pack
Function · 0.85
cmd_push
Function · 0.85
cmd_receive_pack
Function · 0.85
cmd_ls_remote
Function · 0.85
cmd_fetch
Function · 0.85
cmd_clone
Function · 0.85
cmd_bundle
Function · 0.85
Calls
1
xstrdup
Function · 0.85
Tested by
no test coverage detected