From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Use (point-marker) instead of (move-marker (make-marker) (point)) Date: Thu, 20 Dec 2012 13:01:44 +0100 Message-ID: <871uelkk47.fsf@bzg.ath.cx> References: <50D2995E.8050608@yandex.ru> <877godat4m.fsf@bzg.ath.cx> <87k3sdvstn.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tleox-0002j4-Tl for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 07:01:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tleow-0003Xg-Gw for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 07:01:51 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:53893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tleow-0003XY-AJ for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 07:01:50 -0500 Received: by mail-wi0-f178.google.com with SMTP id hn3so1905405wib.11 for ; Thu, 20 Dec 2012 04:01:49 -0800 (PST) In-Reply-To: <87k3sdvstn.fsf@Rainer.invalid> (Achim Gratz's message of "Thu, 20 Dec 2012 12:58:12 +0100") 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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Bastien writes: >> Indeed. I cannot apply the patch, git am returns "patch format >> detection faild." Can you resubmit it using git format-patch? > > You want to use 'git apply' on that patch, 'git am' is for applying > patches produced by 'git format-patch' only. Well, I'm trying to encourage people to submit patches that I can apply easily with git am without having to edit the patch or to use git commit --author=""... to credit the patch correctly. > In a pinch however, you > can relatively easily convert the patch format from 'git show to > something suitable for 'git am': > > Replace "commit" with "From", Replace "Author" with "From" and replace > the whitespace at the beginning of the first line of the commit message > with "Subject: [PATCH] ". Good to know, thank you. -- Bastien