]> git.99rst.org Git - git.git/commit
*: replace deprecated free_commit_list
authorKristoffer Haugsbakk <redacted>
Thu, 28 May 2026 07:00:10 +0000 (09:00 +0200)
committerJunio C Hamano <redacted>
Thu, 28 May 2026 20:11:02 +0000 (05:11 +0900)
commit7dd898a92ddc2318c3516c06fb6769c3e64216ed
tree90d1ca94c5524d68f404ef3db5e857b01c177ad7
parenta89346e34a937f001e5d397ee62224e3e9852040
*: replace deprecated free_commit_list

Replace `free_commit_list` with `commit_list_free`. The former was
deprecated in 9f18d089 (commit: rename `free_commit_list()` to conform
to coding guidelines, 2026-01-15).

This allows us to remove all the deprecated functions in the
next commit:

• `copy_commit_list`
• `reverse_commit_list`
• `free_commit_list`

Acked-by: Patrick Steinhardt <redacted>
Signed-off-by: Kristoffer Haugsbakk <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/history.c
replay.c
upload-pack.c
git clone https://git.99rst.org/PROJECT