From: "Jeff Mickey" <jeff@archlinux.org>
To: Ian Barton <lists@manor-farm.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Best Way to Submit a Patch
Date: Tue, 16 Dec 2008 03:47:47 -0500 [thread overview]
Message-ID: <fbe757b30812160047q752225bdgc5b2023875f67419@mail.gmail.com> (raw)
In-Reply-To: <49462E3C.5040302@manor-farm.org>
I just wanted to make the addition that for emailing patches around,
git has a lot of decent tools.
`git-format-patch origin` will generate patch files for all commits
that aren't in origin yet... it will also give you the commit
messages/diffstats/etc in the patches.[1]
`git-send-email <patch files>` will send the email off for you with
the patches included. This is best to set up with git-config for repo
specific settings.[2]
And to Carsten, when you receive patches you want to check into your
git branch, use git-am on the emails.[3]
// jeff
[1]: http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html
[2]: http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html
[3]: http://www.kernel.org/pub/software/scm/git/docs/git-am.html
prev parent reply other threads:[~2008-12-16 8:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-14 15:57 Best Way to Submit a Patch Ian Barton
2008-12-15 6:02 ` Carsten Dominik
2008-12-15 10:15 ` Ian Barton
2008-12-16 8:47 ` Jeff Mickey [this message]
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=fbe757b30812160047q752225bdgc5b2023875f67419@mail.gmail.com \
--to=jeff@archlinux.org \
--cc=emacs-orgmode@gnu.org \
--cc=lists@manor-farm.org \
/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.