]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: move reflog message functions
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Fri, 9 May 2025 16:22:26 +0000 (16:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 May 2025 20:22:51 +0000 (13:22 -0700)
commit74727214639d7d8635f667111f4fd6a3295a18bb
tree346706bb2925ab8abfda1e3b570cb602758ffd53
parentf93ff170b93a1782659637824b25923245ac9dd1
sequencer: move reflog message functions

In the next commit these functions will be called from pick_one_commit()
so move them above that function to avoid a forward declaration.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c