emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git and submitting patches to fix bugs


From: Eli Zaretskii
Subject: Re: Git and submitting patches to fix bugs
Date: Fri, 13 Nov 2015 10:12:27 +0200

> From: John Wiegley <address@hidden>
> Date: Thu, 12 Nov 2015 16:38:31 -0800
> 
>     git commit -a -m "Your description of the fix"
>     git format-patch --to address@hidden HEAD^..
>     git send-email --smtp-server=$SMTP *.patch

The last command is unlikely to work with any no-trivial email setup
(e.g., if some authentication is needed) without some preliminary
configuration.  So perhaps using --compose is a better recommendation,
assuming the people here already have some email setup for Emacs.

Ideally, VC should have support for this, of course, in which case the
Emacs email setup will be used automatically.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]