]> git.ipfire.org Git - thirdparty/git.git/commit
blame: drop unused parameter from maybe_changed_path
authorJeff King <peff@peff.net>
Thu, 23 Apr 2020 21:03:03 +0000 (17:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2020 21:37:03 +0000 (14:37 -0700)
commitfe88f9f91ffcb7a4dbb83b17e0b62c12409a6047
tree89286580ebcecf363cbd3c126ae7453c000d5205
parent0906ac2b54b69eb98c448ad0072be1a1c355fbc4
blame: drop unused parameter from maybe_changed_path

We don't use the "parent" parameter at all (probably because the bloom
filter for a commit is always defined against a single parent anyway).

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