]> git.ipfire.org Git - thirdparty/git.git/commit
xdiff: delete static forward declarations in xprepare
authorEzekiel Newren <ezekielnewren@gmail.com>
Fri, 26 Sep 2025 22:41:48 +0000 (22:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Sep 2025 23:08:54 +0000 (16:08 -0700)
commit43d5f52ac4a3b9cb6c5717af30be42a363fedf20
tree39b42fc0222c37c40696a3f3a74e2fc683349e62
parentc44beea485f0f2feaf460e2ac87fdd5608d63cf0
xdiff: delete static forward declarations in xprepare

Move xdl_prepare_env() later in the file to avoid the need
for static forward declarations.

Best-viewed-with: --color-moved
Signed-off-by: Ezekiel Newren <ezekielnewren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
xdiff/xprepare.c