]> git.ipfire.org Git - thirdparty/git.git/commit
apply: rename functions operating on `struct image`
authorPatrick Steinhardt <ps@pks.im>
Tue, 17 Sep 2024 10:07:55 +0000 (12:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2024 20:53:29 +0000 (13:53 -0700)
commit223190377803939ab4255a72482437c178f8fcff
tree9260ddf06788e382d6a748bf3faf6c113f07adac
parent1f2df6f9a56118c282f09f263962acba55080c28
apply: rename functions operating on `struct image`

Rename functions operating on `struct image` to have a `image_` prefix
to match our modern code style.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
apply.c