On Wed, Mar 18, 2020 at 12:04 AM Gerd Hoffmann <kra...@redhat.com> wrote: > > > Thanks for review. I am sorry that I will not adopt the patch series > > suggestion. > > These are independent changes. I think I've started a topic about my > > interests to contribute to clang+llvm binary utilities+lld portability > > improvement. Adding a cover letter to replicate all the stuff does not seem > > very necessary. > > Maybe the more important point is that I lack the experience to manage > > something like PATCH {0,1,2,3,4,5,6,7,8}/8 > > Git will do all that for you. I assume you have these patches in a > branch anyway? Then you can use "git format-patch master..$branch" to > create numbered patches and "git send-email" to send them to the list. > > HTH, > Gerd >
I have several branches. (I do very poor branch management: git checkout foo; edit; git commit --amend; git rebase --onto foo bar^' bar ...) Unless explicitly marked (very few as you can see; I've also found new cleanup opportunities after sending out previous patches), they are independent. They don't conflict with each other. Apply order does not matter. Sending them as a series just for the sake of it is probably not really worth it. _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org