On Sun, Oct 6, 2024 at 6:08 PM Caleb White <cdwhite3@xxxxx> wrote: > On Sunday, October 6th, 2024 at 02:45, Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > > Can you try GitGitGadget instead (preferable) or perhaps publish this > > series somewhere (less preferable). > > I just created a GGG PR [1], can someone please give me /access? Done. > Speaking of which, is there a way to tell GGG that I want to start on v3 to > keep the continuity? I suppose I could always just reference the other versions > in the PR body but I wasn't sure if there were other commands available besides > just `/submit`. Um, I'm not a GitGitGadget user, so I can't say definitively, but I don't believe there is a way to do that. Referencing the previous versions is always appreciated by reviewers anyhow since it makes their task simpler. In particular, in the cover commentary for any given version, reviewers like to see an explanation of the series, references to previous versions, and a prose description of what has changed in the current version as compared with the previous version. Reviewers also really appreciate seeing a mechanically-generated difference between versions, such as generated by `git format-patch --cover-letter --range-diff=...`, or generated automatically by GitGitGadget.