[Sheepdog] PATCH S005: Improve type safety in node_cmp calls

MORITA Kazutaka morita.kazutaka at gmail.com
Thu May 3 07:59:48 CEST 2012


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



More information about the sheepdog mailing list