Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ make_cmd
Function
make_cmd
shell.c:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
static char *make_cmd(const char *prog)
36
{
37
return xstrfmt(
"%s/%s"
, COMMAND_DIR, prog);
38
}
39
40
static void cd_to_homedir(void)
41
{
Callers
2
run_shell
Function · 0.85
cmd_main
Function · 0.85
Calls
1
xstrfmt
Function · 0.85
Tested by
no test coverage detected