]> git.ipfire.org Git - thirdparty/git.git/commit
replay: expose `replay_result_queue_update()`
authorPatrick Steinhardt <ps@pks.im>
Wed, 1 Jul 2026 11:35:36 +0000 (13:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Jul 2026 17:32:47 +0000 (10:32 -0700)
commit27717e2069fb524dab27ff2335aa4e69f35786a4
tree82b81b95a45e5bc634a7d81024fce67f9710801f
parente420d7b0ac2d5179c156ca61bc204d8b2661c6ba
replay: expose `replay_result_queue_update()`

Expose `replay_result_queue_update()`, which is used to append another
reference update to the replay result. This function will be used in a
subsequent commit.

Suggested-by: Christian Couder <christian.couder@gmail.com>
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
replay.c
replay.h