From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Minor addition to Speed Keys info node Date: Thu, 08 Jun 2017 00:56:01 +0200 Message-ID: <87y3t3xv9a.fsf@nicolasgoaziou.fr> References: <87fufbzs2t.fsf@nicolasgoaziou.fr> <877f0nzgym.fsf@nicolasgoaziou.fr> <8737bbzdlq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIjrw-0005d1-RY for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 18:56:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIjrw-00023a-6f for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 18:56:04 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:49835) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dIjrv-00023I-Pn for emacs-orgmode@gnu.org; Wed, 07 Jun 2017 18:56:04 -0400 In-Reply-To: (Kaushal Modi's message of "Wed, 07 Jun 2017 22:48:36 +0000") 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" To: Kaushal Modi Cc: emacs-org list Kaushal Modi writes: > Thanks! I just pushed to the maint branch for the very first time (using > magit on Termux on Nexus 6p!); also merged that to master. (That also > merged your last commit on maint into master. Hope that is fine.) Congratulations, and thank you. > For future, should I refrain from doing the merges? Why would you? It is a good habit to merge maint into master after a patch. I didn't do it for my own commit because I'm about to commit something else and wanted to reduce a bit the number of merge commits. Regards,