]> git.ipfire.org Git - thirdparty/git.git/commit
line-log: use diff_line_prefix() instead of custom helper
authorJeff King <peff@peff.net>
Thu, 3 Oct 2024 21:06:27 +0000 (17:06 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Oct 2024 21:22:21 +0000 (14:22 -0700)
commit8aeff2c287aea1a8673d78574a5709510a789640
tree2732513c623f6da5b45d10538e47909d674ec847
parentfc5589d6c1200f87689ff95067f18caa2a826382
line-log: use diff_line_prefix() instead of custom helper

Our local output_prefix() is exactly the same as the public
diff_line_prefix() function. Let's just use that one, saving us a little
bit of code.

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