From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] Fix the single quote printed in the message printed by org-table-edit-formulas Date: Fri, 11 Mar 2016 14:16:14 -0500 Message-ID: <8737rwyge9.fsf@kyleam.com> References: <87oaamuw2q.fsf@kyleam.com> <56E221EA.4080106@cs.ucla.edu> <87egbhab5x.fsf@kyleam.com> <8737rxa97v.fsf@kyleam.com> <877fh8yhpq.fsf@kyleam.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeSXu-0003p4-BY for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 14:16:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeSXr-0002WP-0t for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 14:16:22 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:56303 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeSXq-0002W8-Tq for emacs-orgmode@gnu.org; Fri, 11 Mar 2016 14:16:18 -0500 In-Reply-To: <877fh8yhpq.fsf@kyleam.com> (Kyle Meyer's message of "Fri, 11 Mar 2016 13:47:45 -0500") 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: Kaushal Modi Cc: Paul Eggert , emacs-org list Kyle Meyer writes: > Since in this case the branch only consists of one commit, you could > also just make a new branch off of maint and cherry pick the commit from > the original branch. This was a misleading way for me to describe this. git cherry-pick has accepted a range of commits since v1.7.2, so ignore the "one commit" part. -- Kyle