]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: cleanup action handling
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Wed, 12 Oct 2022 09:35:12 +0000 (09:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2022 19:55:03 +0000 (12:55 -0700)
commit9a1925b08f3d9b71f06226f5ac32f24587f39151
tree4a2408f715584230efe2e74845ae067e13e169ab
parent6159e7add493cf1d62b4817eb86ac8890e768c17
rebase: cleanup action handling

Treating the action as a string is a hang over from the scripted
rebase. The last commit removed the only remaining use of the action
that required a string so lets convert the other action users to use
the existing action enum instead. If we ever need the action name as a
string in the future the action_names array exists exactly for that
purpose.

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