aboutsummaryrefslogtreecommitdiff
path: root/run-command.c
diff options
context:
space:
mode:
authorSteffen Prohaska <prohaska@zib.de>2008-07-28 07:50:27 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-28 23:02:11 -0700
commit4933e5ebdefdb88841275132ef358e6649963751 (patch)
tree70b8403dfb2f6deec529192d343dd61f485c08e5 /run-command.c
parentd2761895144b6fabcbe1f3bd40d6c6798914b518 (diff)
downloadgit-4933e5ebdefdb88841275132ef358e6649963751.tar.gz
git-4933e5ebdefdb88841275132ef358e6649963751.tar.xz
Refactor, adding prepare_git_cmd(const char **argv)
prepare_git_cmd(const char **argv) adds a first entry "git" to the array argv. The new array is allocated on the heap. It's the caller's responsibility to release it with free(). The code was already present in execv_git_cmd() but could not be used from outside. Now it can also be called for preparing the command list in the MinGW codepath in run-command.c. Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions