From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re[2]: need detailed instructions for submitting the patch Date: Tue, 10 Aug 2010 09:34:22 -0600 Message-ID: <87ocda32ip.fsf@gmail.com> References: <872864733.20100810015957@gmail.com> <20100809233613.GA2414@soloJazz.com> <87y6cfb80y.fsf@gollum.intra.norang.ca> <934840289.20100810190005@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60139 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiqqT-00078S-Qz for emacs-orgmode@gnu.org; Tue, 10 Aug 2010 11:34:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiqqS-0004eE-Bk for emacs-orgmode@gnu.org; Tue, 10 Aug 2010 11:34:29 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:53589) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiqqS-0004e8-7P for emacs-orgmode@gnu.org; Tue, 10 Aug 2010 11:34:28 -0400 Received: by pzk33 with SMTP id 33so9021884pzk.0 for ; Tue, 10 Aug 2010 08:34:27 -0700 (PDT) In-Reply-To: <934840289.20100810190005@gmail.com> (Ivanov Dmitry's message of "Tue, 10 Aug 2010 19:00:05 +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: Ivanov Dmitry Cc: emacs-orgmode@gnu.org, Carsten Dominik Added. Thanks -- Eric Ivanov Dmitry writes: > Carsten, can you kindly add this to http://orgmode.org/worg/org-contribute.php#sec-3 > > " > To submit the patch follow the instructions: > > This command will make a patch between the staging area > (in your computer), and the file you modified: > > git diff -p org-whatever.el > org-whatever.el.diff > > If you already committed your changes to your index (staging area), > then you should compare against a particular branch (in this example, > origin/master): > > git diff -p origin/master org-whatever.el > org-whatever.el.diff > > You email the output to the mailing list, adding [PATCH] to the > subject, and description of what you fixed or changed. > " > > Should I add "> org-whatever.el.diff" to output the diff into a file, cause in Juans message it was missing? > > It will be helpful to the new developers, I think. > > > _______________________________________________ > 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