]> git.ipfire.org Git - thirdparty/git.git/commit
rebase --apply: respect GIT_REFLOG_ACTION
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 12 Oct 2022 09:35:09 +0000 (09:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2022 19:55:03 +0000 (12:55 -0700)
commit33f2b61ff9039247fd26d8b40db7e87e16ffe214
treebdd1e0788daff64094d8882ad75ee5c2def59e31
parent1f2d5dc4d2bbcae87736fcd7b7c0e6542008c5f7
rebase --apply: respect GIT_REFLOG_ACTION

The reflog messages when finishing a rebase hard code "rebase" rather
than using GIT_REFLOG_ACTION.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase.c
t/t3406-rebase-message.sh