[Sugar-devel] Fwd: making patches and sending email using git-email
Sascha Silbe
sascha-ml-reply-to-2010-3 at silbe.org
Sat Oct 2 04:50:47 EDT 2010
Excerpts from Ishan Bansal's message of Fri Oct 01 19:58:23 +0200 2010:
> 2. To do the git email configuration for your system refer to
> http://paste.ubuntu.com/488777/
From there:
> 17 git send-email --to "sugar-devel at lists.sugarlabs.org" patchname.patch
FWIW, you don't need to create the patch (using format-patch) first,
git-send-email can do that for you:
git send-email HEAD^..HEAD
You can configure the destination address so you don't need to specify
it manually every time:
git config sendemail.to "sugar-devel <sugar-devel at lists.sugarlabs.org>"
You need to do this for each of the repositories you are working on
(e.g. sugar + sugar-toolkit).
Sascha
--
http://sascha.silbe.org/
http://www.infra-silbe.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
Url : http://lists.sugarlabs.org/archive/sugar-devel/attachments/20101002/f85f97c7/attachment.pgp
More information about the Sugar-devel
mailing list