all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: John Wiegley <jwiegley@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Git and submitting patches to fix bugs
Date: Fri, 13 Nov 2015 10:12:27 +0200	[thread overview]
Message-ID: <83k2pmgvx0.fsf@gnu.org> (raw)
In-Reply-To: <m2y4e2pwc8.fsf@Vulcan.attlocal.net>

> From: John Wiegley <jwiegley@gmail.com>
> Date: Thu, 12 Nov 2015 16:38:31 -0800
> 
>     git commit -a -m "Your description of the fix"
>     git format-patch --to 21895@debbugs.gnu.org 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	other threads:[~2015-11-13  8:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-13  0:38 Git and submitting patches to fix bugs John Wiegley
2015-11-13  8:12 ` Eli Zaretskii [this message]
2015-11-13 15:44   ` John Wiegley
2015-11-13 17:48     ` Marcin Borkowski
2015-11-13 22:03       ` Richard Stallman
2015-11-13 22:19         ` Marcin Borkowski
2015-11-14 21:06           ` Richard Stallman
2015-11-14 22:42             ` Marcin Borkowski
2015-11-14 23:36   ` John Wiegley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83k2pmgvx0.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jwiegley@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.