> On 3 April 2014 00:23, Bjarni Ingi Gislason <bjarniig@xxxxxxxxx> wrote: > > Patch is in the attachment Bjarni, I have merged all your patches, but Sami is right. It would be nice to have your patches in better format next time. Thanks! Karel On Thu, Apr 03, 2014 at 09:49:54AM +0100, Sami Kerola wrote: > git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git > util-linux > git config --global user.name "Bjarni Ingi Gislason" > git config --global user.email bjarniig@xxxxxxxxx > git branch bjani > git checkout bjarni > # while patches { > git apply <each of your patch separately> > git add . > git commit -s > # } > > # create patches > git format-patch -n master ~/ul-patches/ > > # test that you can send/receive emails > git send-email --to bjarniig@xxxxxxxxx ~/ul-patches/* > # if yes, and all looks good > git send-email --to util-linux@xxxxxxxxxxxxxxx ~/ul-patches/* -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html