summaryrefslogtreecommitdiff
path: root/protocol.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2021-06-10 12:14:12 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-06-11 12:37:33 +0900
commit382b601acde12b298bb84faa11b3f42868716a0d (patch)
tree6f1a2c4218a78e4731e94b6a6d9697f788665ad2 /protocol.c
parentll_union_merge(): pass name labels to ll_xdl_merge() (diff)
downloadtgif-382b601acde12b298bb84faa11b3f42868716a0d.tar.xz
ll_union_merge(): rename path_unused parameter
The "path" parameter to ll_union_merge() is named "path_unused", since we don't ourselves use it. But we do pass it to ll_xdl_merge(), which may look at it (it gets passed to ll_binary_merge(), which may pass it to warning()). Let's rename it to correct this inaccuracy (both of the other functions correctly do not call this "unused"). Note that we also pass drv_unused, but it truly is unused by the rest of the stack (it only exists at all to provide a generic interface that matches what ll_ext_merge() needs). Reported-by: Elijah Newren <newren@gmail.com> Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'protocol.c')
0 files changed, 0 insertions, 0 deletions