summaryrefslogtreecommitdiff
path: root/t/helper/test-partial-clone.c
diff options
context:
space:
mode:
authorLibravatar Joel Holdsworth <jholdsworth@nvidia.com>2022-01-06 21:40:35 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-01-06 14:55:12 -0800
commit727e6ea3506c36c3dd871bd8ef259bcbf7ba6be4 (patch)
tree006cda997082311a47f8dfc2d2e43c4907de1b53 /t/helper/test-partial-clone.c
parentgit-p4: pass command arguments as lists instead of using shell (diff)
downloadtgif-727e6ea3506c36c3dd871bd8ef259bcbf7ba6be4.tar.xz
git-p4: don't print shell commands as python lists
Previously the git-p4 script would log commands as stringified representations of the command parameter, leading to output such as this: Reading pipe: ['git', 'config', '--bool', 'git-p4.useclientspec'] Now that all commands are list objects, this patch instead joins the elements of the list into a single string so the output now looks more readable: Reading pipe: git config --bool git-p4.useclientspec Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-partial-clone.c')
0 files changed, 0 insertions, 0 deletions