Yup ;-) On Thu, Jul 12, 2018 at 1:16 PM, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > On Thu, Jul 12, 2018 at 4:13 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: >> I _think_ the right and safe way to fix taht is to do something like >> this: >> >> test -f .git/rebase-merge/author-script && >> ( >> safe_unset GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL ... && > > s/safe_unset/sane_unset/ > >> eval "$(cat .git/rebase-merge/author-script)" && >> test ... && >> test ... && >> test ... >> )