]> git.99rst.org Git - git.git/commit
rebase: stop exporting GIT_REFLOG_ACTION
authorPhillip Wood <redacted>
Wed, 9 Nov 2022 14:21:58 +0000 (14:21 +0000)
committerTaylor Blau <redacted>
Wed, 9 Nov 2022 23:15:54 +0000 (18:15 -0500)
commit0e34efb31d89a143e42788f26f07e2bf8776a851
tree63451a3e63176a4cafa67a732d740888ddccaa28
parentd188a60d7228f051bb4004924d20d961ada636f3
rebase: stop exporting GIT_REFLOG_ACTION

Now that struct replay_opts has a reflog_action member we no longer
need to export GIT_REFLOG_ACTION when starting a rebase. If the user
has set GIT_REFLOG_ACTION then we use it when initializing
reflog_action.

Signed-off-by: Phillip Wood <redacted>
Reviewed-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Taylor Blau <redacted>
builtin/rebase.c
git clone https://git.99rst.org/PROJECT