From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 1/3] gnu: Reorder imports alphabetically. Date: Sun, 3 Jul 2016 23:50:37 +0200 Message-ID: References: <20160703014231.GA1178@jasmine> <20160703020541.31567-1-david@craven.ch> <20160703213108.GA27094@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33624) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJpHq-0006Cq-6s for guix-devel@gnu.org; Sun, 03 Jul 2016 17:50:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJpHl-0007kn-VR for guix-devel@gnu.org; Sun, 03 Jul 2016 17:50:45 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:34854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJpHk-0007kg-JP for guix-devel@gnu.org; Sun, 03 Jul 2016 17:50:41 -0400 Received: by mail-yw0-x241.google.com with SMTP id v77so3660393ywg.2 for ; Sun, 03 Jul 2016 14:50:39 -0700 (PDT) In-Reply-To: <20160703213108.GA27094@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Totally agree, it was my intention to follow convention. On Sun, Jul 3, 2016 at 11:31 PM, Leo Famulari wrote: > 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.