From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxbPy-0006by-Uj for guix-patches@gnu.org; Thu, 28 Sep 2017 12:12:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxbPu-0000gl-0M for guix-patches@gnu.org; Thu, 28 Sep 2017 12:12:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56524) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dxbPt-0000gZ-TK for guix-patches@gnu.org; Thu, 28 Sep 2017 12:12:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dxbPt-00071u-Kx for guix-patches@gnu.org; Thu, 28 Sep 2017 12:12:01 -0400 Subject: [bug#28210] closed (Re: [bug#28210] [PATCH] gnu: Add emacs-sr-speedbar.) Resent-Message-ID: From: Oleg Pykhalov References: <87d16ag6yb.fsf@gmail.com> <871so25a9d.fsf@gmail.com> Date: Thu, 28 Sep 2017 19:11:36 +0300 In-Reply-To: (GNU bug Tracking System's message of "Thu, 28 Sep 2017 15:49:01 +0000") Message-ID: <8760c2sszr.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28210@debbugs.gnu.org Cc: alezost@gmail.com help-debbugs@gnu.org (GNU bug Tracking System) writes: > Please make sure your patches can be applied to the master branch of the > guix git repo. I often have problems with your patches (git complains > with: "Patch format detection failed", so I have to make some manual > interventions). I don't know, maybe you make your patches on an > outdated git checkout or in a separate branch that differs from master a > lot. Just a friendly note :-) Hm. I switched to rebasing onto origin/master some time ago. I have 2 commits from myself on top of origin/master. Before sending a patch, I rearrange them with rebasing, so patch commit be on top of origin/master. Probably I forgot to do this last time, sorry. I probably need to script a test for merging a patch into origin/master before sending.