Skip to content

Commit 7515104

Browse files
dschoderrickstolee
authored andcommitted
fixup??? transport-helper: add trailing --
argv_array -> strvec Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b1bcf0b commit 7515104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport-helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ static int get_exporter(struct transport *transport,
480480
for (i = 0; i < revlist_args->nr; i++)
481481
argv_array_push(&fastexport->args, revlist_args->items[i].string);
482482

483-
argv_array_push(&fastexport->args, "--");
483+
strvec_push(&fastexport->args, "--");
484484

485485
fastexport->git_cmd = 1;
486486
return start_command(fastexport);

0 commit comments

Comments
 (0)