Download raw body.
reset committer name during rebase and histedit
On Fri, Jul 22, 2022 at 10:09:58PM +0200, Stefan Sperling wrote: > On Fri, Jul 22, 2022 at 07:49:07PM +0300, Mikhail wrote: > > It looks like this patch breaks my usual workflow: > > > > misha:/home/misha/work/got:1358$ got fetch && got up -b origin/main && got rebase main > > Connecting to "origin" git.gameoftrees.org > > Already up-to-date > > Already up-to-date > > got: GOT_AUTHOR environment variable is not set > > > > It fails to rebase. > > > > If I do got bo 598eac4331d322ab9e91ee6864c54845e3a6e86c and recompile > > everything starts to work fine. > > > > Is it supposed to be like that? > > No, this was an oversight. > > It should hopefully work again as before with the diff below, and keep > the new behaviour intact if commits are being rebased and author info > can be found in the config. Does this repair the behaviour for you? Yeah, with the patch my scenario is working fine again, thank you!
reset committer name during rebase and histedit