MCPcopy 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
352const 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
359int execv_git_cmd(const char **argv)
360{

Callers 3

execv_git_cmdFunction · 0.85
prepare_cmdFunction · 0.85
start_commandFunction · 0.85

Calls 2

strvec_pushFunction · 0.85
strvec_pushvFunction · 0.85

Tested by

no test coverage detected