On Fri, Nov 04, 2022 at 03:19:01PM +0000, Phillip Wood via GitGitGadget wrote: > --- > sequencer.c | 45 +++++++++++++++++++++++++-------------------- > sequencer.h | 6 ++++++ > 2 files changed, 31 insertions(+), 20 deletions(-) The end result is much cleaner, thanks. Are there any spots left in the code that still expect to read GIT_REFLOG_ACTION from their environment? I did a quick look around and based on my understanding of the sequencer code this should all be OK. But some analysis in the patch message is appreciated. Thanks, Taylor