[LEDE-DEV] [PATCH] This patch adds support for the Actiontec R1000H gateway to the brcm63xx targets.

Rafał Miłecki zajec5 at gmail.com
Thu Feb 23 14:07:18 PST 2017


On 23 February 2017 at 23:01, Anthony Sepa <anthonysepa at yahoo.ca> wrote:
> Is there anything I can do to fix it? I can switch to my gmail account? I
> was using my yahoo out of habit. I was posting using git send-mail, is that
> causing the problem? Should I change to just using email?

Well, using GMail will for sure let you post patches easily. Please
note you don't need to change your e-mail used in git commits. Also
using git send-email is perfectly fine.

This is what I use for my git configuration:
git config --global sendemail.smtpserver smtp.gmail.com
git config --global sendemail.smtpserverport 587
git config --global sendemail.smtpencryption tls
git config --global sendemail.smtpuser foo at gmail.com

This allows you easily send patches using
git send-email --no-chain-reply-to \
--from "Foo <foo at gmail.com>" \
--to "Bar <bar at qux.org>" \
0001-x.patch



More information about the Lede-dev mailing list