Hi Phillip, On Mon, 15 Aug 2022, Phillip Wood via GitGitGadget wrote: > From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> > > Using a struct commit rather than a struct oid to hold orig_head means > that we error out straight away if branch being rebased does not point > to a commit. It also simplifies the code than handles finding the > merge base and fork point as it not longer has to convert from an oid > to a commit. Very nice! The diff is necessarily "chatty", therefore it is especially good that you separated out this concern into its own, easily-reviewable commit. Thank you, Dscho