]> git.ipfire.org Git - thirdparty/git.git/commit
blame: remove parameter detailed in get_commit_info()
authorHan Young <hanyang.tony@bytedance.com>
Mon, 28 Jul 2025 03:55:48 +0000 (11:55 +0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jul 2025 05:02:17 +0000 (22:02 -0700)
commit7e2943128e8aad1b409828e72905d6c63c9f748d
tree59368a577b1f62adf095c40d5a710bb89af04d5d
parente4ef0485fd78fcb05866ea78df35796b904e4a8e
blame: remove parameter detailed in get_commit_info()

The get_commit_info() function accepts a parameter that can be used
to stop the commit parsing early.  However, none of the callers use
this feature, and testing proved that the performance gain of
stopping parsing early is negligible and unmeasurable.

Signed-off-by: Han Young <hanyang.tony@bytedance.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c