]> git.ipfire.org Git - thirdparty/git.git/commit - dir.c
report_path_error(): drop unused prefix parameter
authorJeff King <peff@peff.net>
Wed, 20 Mar 2019 08:15:48 +0000 (04:15 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 09:34:09 +0000 (18:34 +0900)
commitc5c33504c906f6bf09fe00a1a32c6c4bdb76ed0f
treed3639f227f131786511121123d1fb6643127b2bd
parentdf351c6e676e8eea0defa00ea919ad7da6bd03f1
report_path_error(): drop unused prefix parameter

This hasn't been used since 17ddc66e70 (convert report_path_error to
take struct pathspec, 2013-07-14), as the names in the struct will have
already been prefixed when they were parsed.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c
builtin/commit.c
builtin/ls-files.c
builtin/submodule--helper.c
dir.c
dir.h