On Thu, May 3, 2012 at 2:41 PM, Liu Yuan <namei.unix at gmail.com> wrote: >> We should document the rule. I've added it to Sheepdog wiki: >> https://github.com/collie/sheepdog/wiki/Submit-a-patch > > > I've added 'git format-patch' and guilt to the wiki. $ git send-email --to=sheepdog at lists.wpkg.org --smtp-server=YOURSMTPSERVERHERE -1 0001-your-patch This command sends patches from both git revision and file. It's a bit confusing. I suggest to split this into two: - send a patch directly $ git send-email --to=sheepdog at lists.wpkg.org --smtp-server=YOURSMTPSERVERHERE -1 - send a patch via file $ git format-patch HEAD~ $ git send-email --to=sheepdog at lists.wpkg.org --smtp-server=YOURSMTPSERVERHERE 0001-your-patch Thanks, Kazutaka |