summaryrefslogtreecommitdiff
path: root/run-command.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-04-20 21:09:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-04-21 04:04:15 (GMT)
commitd9c69644b27eb59fe16c1931580e6fce4abbdc65 (patch)
tree71ecd47a9565debbbfe144c4f3edfe631f905f07 /run-command.c
parentca03e0670c3ba71400b0f5ed199b045481efdb1e (diff)
downloadgit-d9c69644b27eb59fe16c1931580e6fce4abbdc65.zip
git-d9c69644b27eb59fe16c1931580e6fce4abbdc65.tar.gz
git-d9c69644b27eb59fe16c1931580e6fce4abbdc65.tar.bz2
replace xstrdup(git_path(...)) with git_pathdup(...)
It's more efficient to use git_pathdup(), as it skips an extra copy of the path. And by removing some calls to git_path(), it makes it easier to audit for dangerous uses. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'run-command.c')
0 files changed, 0 insertions, 0 deletions