From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/3] gnu: Reorder imports alphabetically. Date: Sun, 3 Jul 2016 17:31:08 -0400 Message-ID: <20160703213108.GA27094@jasmine> References: <20160703014231.GA1178@jasmine> <20160703020541.31567-1-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJozE-000483-1J for guix-devel@gnu.org; Sun, 03 Jul 2016 17:31:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJoz9-0003sD-1C for guix-devel@gnu.org; Sun, 03 Jul 2016 17:31:30 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:34787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJoz7-0003rm-KQ for guix-devel@gnu.org; Sun, 03 Jul 2016 17:31:26 -0400 Content-Disposition: inline In-Reply-To: <20160703020541.31567-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel@gnu.org On Sun, Jul 03, 2016 at 04:05:39AM +0200, David Craven wrote: > * gnu/packages/linux.scm: Refactor. Thanks for doing this housekeeping! Hopefully we can maintain the order in the future :) In the interest of consistency, I re-wrote the commit message in the style of the only related commit I could find, f0644195. It's easier to read the commit log when we establish conventions and stick to them.