]> git.99rst.org Git - git.git/commit
rebase --apply: respect GIT_REFLOG_ACTION
authorPhillip Wood <redacted>
Wed, 12 Oct 2022 09:35:09 +0000 (09:35 +0000)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/rebase.c
t/t3406-rebase-message.sh
git clone https://git.99rst.org/PROJECT