From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix ob-python.el initiate session error with py-shell Date: Tue, 18 Feb 2020 21:23:00 +0100 Message-ID: <87d0abbq6z.fsf@gnu.org> References: <877e0kjbqq.fsf@gmail.com> <874kvnako5.fsf@gmail.com> <871rqrak5y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50638) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j49OZ-0000Mk-7T for emacs-orgmode@gnu.org; Tue, 18 Feb 2020 15:23:03 -0500 In-Reply-To: <871rqrak5y.fsf@gmail.com> (Jack Kamm's message of "Tue, 18 Feb 2020 09:18:33 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Jack Kamm Cc: Org Mode Hi Jack, Jack Kamm writes: > Unless it is standard to take the subject line as the > commit message? Yes, it is - although in stardiviner's patch, the subject line should not have the asterisk. You can check for the propre format of a patch by doing ~$ git format-patch HEAD~10 and read the 10 latest patches (hopefully they are well formatted.) I often do tiny edits on patches to fix problems, don't hesitate to do so when it does not affect the author's intent. Thanks, -- Bastien