Message ID | 20160807153324.9642-5-aar@pengutronix.de (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Hello. On 07/08/16 17:33, Alexander Aring wrote: > Signed-off-by: Alexander Aring <aar@pengutronix.de> > --- > website/index.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/website/index.txt b/website/index.txt > index 5b2f7d5..1c414bd 100644 > --- a/website/index.txt > +++ b/website/index.txt > @@ -271,7 +271,7 @@ cd wpan-misc/website > git checkout -b myproposal > # Change this page to whatever you like. > $EDITOR index.txt > -git commit -a > +git commit -s -a > # be sure to be registered to linux-wpan@vger.kernel.org before sending the > # patch > git send-email --to linux-wpan@vger.kernel.org -1 > Acked-by: Stefan Schmidt <stefan@osg.samsung.com> regards Stefan Schmidt -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/website/index.txt b/website/index.txt index 5b2f7d5..1c414bd 100644 --- a/website/index.txt +++ b/website/index.txt @@ -271,7 +271,7 @@ cd wpan-misc/website git checkout -b myproposal # Change this page to whatever you like. $EDITOR index.txt -git commit -a +git commit -s -a # be sure to be registered to linux-wpan@vger.kernel.org before sending the # patch git send-email --to linux-wpan@vger.kernel.org -1
Signed-off-by: Alexander Aring <aar@pengutronix.de> --- website/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)