diff options
author | Philippe Blain <levraiphilippeblain@gmail.com> | 2020-11-01 17:28:46 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-11-01 15:54:15 -0800 |
commit | 88894aaeeae92e8cb41143cc2e045f50289dc790 (patch) | |
tree | f6e12affe80d6a6746825b07e4ede6ce2d41b6da /t/t5515/refs.br-remote-explicit-octopus_remote-explicit | |
parent | blame: enable funcname blaming with userdiff driver (diff) | |
download | tgif-88894aaeeae92e8cb41143cc2e045f50289dc790.tar.xz |
blame: simplify 'setup_scoreboard' interface
The previous commit moved the initialization of 'sb.path' in
'builtin/blame.c::cmd_blame' before the call to
'blame.c::setup_scoreboard'. Since 'cmd_blame' is the only caller of
'setup_scoreboard', it is now unnecessary for 'setup_scoreboard' to
receive 'path' as a separate argument, as 'sb.path' is already
initialized.
Remove this argument from setup_scoreboard's interface and use the
'path' field of the 'sb' 'struct blame_scoreboard' instead.
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5515/refs.br-remote-explicit-octopus_remote-explicit')
0 files changed, 0 insertions, 0 deletions