]> git.ipfire.org Git - thirdparty/git.git/commit - diff.c
diff: refactor common tail part of dirstat computation
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 May 2023 21:19:16 +0000 (14:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 May 2023 21:24:07 +0000 (14:24 -0700)
commit34a94897e02fda653cf0c71edc2d5df207855160
treec511a8388159206172f0a6ccf32bb151f935cc22
parentec583449067bab5b800ecc63926f35c9dae96fa1
diff: refactor common tail part of dirstat computation

This will become useful when we plug leaks in these two functions.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c