From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Re[2]: need detailed instructions for submitting the patch Date: Thu, 12 Aug 2010 00:16:51 +0200 Message-ID: <87k4nwu758.fsf@gnu.org> 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> <1645190369.20100810221422@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41359 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjJbS-0007WH-7d for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 18:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjJbR-0008Cy-5G for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 18:16:54 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45557) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjJbQ-0008Ct-WC for emacs-orgmode@gnu.org; Wed, 11 Aug 2010 18:16:53 -0400 Received: by wyg36 with SMTP id 36so720828wyg.0 for ; Wed, 11 Aug 2010 15:16:52 -0700 (PDT) In-Reply-To: <1645190369.20100810221422@gmail.com> (Ivanov Dmitry's message of "Tue, 10 Aug 2010 22:14:22 +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: Nick Dokos , emacs-orgmode@gnu.org Ivanov Dmitry writes: > Yes, Nick, I was asking about the git commands. Thanks. It seems, that > creating a topic branch is more complicated, then simply editing the > local master copy, creating a diff file and sending it to the mailing > list. I think it should be used only in complicated cases. For very quick patches, you can also do: - git pull - edit a file within (a recent) emacs - `C-x v =' The last command with open a new window and display the diff between your version of the file and that of the last git pull. -- Bastien