]> git.99rst.org Git - git.git/commit
line-log: use diff_line_prefix() instead of custom helper
authorJeff King <redacted>
Thu, 3 Oct 2024 21:06:27 +0000 (17:06 -0400)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
line-log.c
git clone https://git.99rst.org/PROJECT