On Fri, May 24, 2019 at 12:11 PM Andreas Schwab <schwab@xxxxxxxxxxxxxx> wrote: > > On Mai 24 2019, Robert Dailey <rcdailey.lists@xxxxxxxxx> wrote: > > > Can anyone provide some advice on how to properly restructure this > > repository to create some ancestry, as if all along a `master` existed > > and all release branches were based on this in a linear fashion? > > How about using git replace --graft, then git filter-branch to make it > permanent? I unfortunately have little-to-no experience with low level plumbing commands. Could you provide an example of a series of commands to run? It will help me to figure out how to do it on my own for my specific use case. Thanks in advance.