]> git.ipfire.org Git - thirdparty/git.git/commit - match-trees.c
match-trees: drop unused path parameter from score functions
authorJeff King <peff@peff.net>
Thu, 24 Jan 2019 13:11:34 +0000 (08:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jan 2019 20:35:44 +0000 (12:35 -0800)
commit667f71c36c95840c561297a5dfde2aa553c77c30
treee74b7e98b5f39b81eab6bd758c498b59ffa6f3ec
parent16a465bc018d09e9d7bbbdc5f40a7fb99c21f8ef
match-trees: drop unused path parameter from score functions

The scores do not take the particular path into account at
all. It's possible they could, but these are all static file-local
functions. It won't be a big deal to re-add the parameter if they ever
need it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
match-trees.c