From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: need detailed instructions for submitting the patch Date: Tue, 10 Aug 2010 14:11:18 -0400 Message-ID: <87sk2mwd6h.fsf@stats.ox.ac.uk> References: <872864733.20100810015957@gmail.com> <20100809233613.GA2414@soloJazz.com> <87y6cfb80y.fsf@gollum.intra.norang.ca> <934840289.20100810190005@gmail.com> <87eie67af2.fsf@gnu.org> <133680733.20100810213320@gmail.com> <87vd7i2wc7.fsf@altern.org> <19674.1281463074@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=33876 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OitIK-0003w6-Jo for emacs-orgmode@gnu.org; Tue, 10 Aug 2010 14:11:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OitII-0005UR-UZ for emacs-orgmode@gnu.org; Tue, 10 Aug 2010 14:11:24 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:44720) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OitII-0005U8-Ny for emacs-orgmode@gnu.org; Tue, 10 Aug 2010 14:11:22 -0400 In-Reply-To: <19674.1281463074@gamaville.dokosmarshall.org> (Nick Dokos's message of "Tue, 10 Aug 2010 13:57:54 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: Ivanov Dmitry , emacs-orgmode@gnu.org, Bastien Nick Dokos writes: > Bastien wrote: > > >> > For example, I have a modified file org-whatever.el. What commands >> > must I run? >> >> Please follow the instructions on Worg and let us know what is not >> crystal-clear -- that will help improve the doc if necessary. >> > > I think Dmitry is asking for the git commands and I'm not sure those > are described anywhere on Worg. > > Something like this perhaps: > > # create a topic branch to deal with a specific topic: use > # a descriptive name! > git checkout -b topic-branch-foo master > > git commit -a > git format-patch > One point I'm not yet clear on: For the patchwork system, what methods of inclusion of patch in email are acceptable? + attachment type text/plain? + attachment type text/x-diff? + attach using C-c C-a in gnus but choose "inline" rather than as "attachment"? + paste inline? + paste inline with special gnus separators --8<-- ? does it matter how the patch file is named? Also, what requirements are there on how to *reply* so that your message gets lumped by patchwork into the same patch item, rather than creating a new item? Can the subject line be modified? Dan > > Then when the patch hits mainline (or it is irrevocably rejected), get > rid of the branch: > > git branch -D topic-branch > > Nick > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode