Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ prepare_git_cmd
Function
prepare_git_cmd
exec-cmd.c:352–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
const char **prepare_git_cmd(struct strvec *out, const char **argv)
353
{
354
strvec_push(out,
"git"
);
355
strvec_pushv(out, argv);
356
return out->v;
357
}
358
359
int execv_git_cmd(const char **argv)
360
{
Callers
3
execv_git_cmd
Function · 0.85
prepare_cmd
Function · 0.85
start_command
Function · 0.85
Calls
2
strvec_push
Function · 0.85
strvec_pushv
Function · 0.85
Tested by
no test coverage detected