2011/3/14 Mathias Fröhlich wrote: > By that way, I use currently git format-patch and attach these files. > But the output of format-patch is clearly something that could go directly to > a mail delivery agent. But since I only use authenticated mail delivery with a > foreign sendmail/postfix server at gmx, I cannot just use this directly. Is > there a trick in git, that I can use to make git-format-patch to mail directly > to smtp.gmx.net for example?
You can use git send-email to send the patch made by git format-patch: http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
