On Tue, May 9, 2023 at 10:54 AM Christian Couder <christian.couder@xxxxxxxxx> wrote: > > From: Elijah Newren <newren@xxxxxxxxx> > > The replay command is able to replay multiple branches but when some of > them are based on other replayed branches, their commit should be > replayed onto already replayed commits. > > For this purpose, let's store the replayed commit and its original > commit in a key value store, so that we can easily find and reused a s/resued/reuse/ > replayed commit instead of the original one. > > Co-authored-by: Christian Couder <chriscool@xxxxxxxxxxxxx> > Signed-off-by: Elijah Newren <newren@xxxxxxxxx> > Signed-off-by: Christian Couder <chriscool@xxxxxxxxxxxxx>