From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: Re: [PATCH] scripts: hash: Add --exclude-.git option. Date: Mon, 5 Sep 2016 12:56:51 +0200 Message-ID: References: <87zinmybwv.fsf@gnu.org> <57CD38D2.6050807@goebel-consult.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgraA-0000jY-9Z for guix-devel@gnu.org; Mon, 05 Sep 2016 06:56:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgra8-000829-HM for guix-devel@gnu.org; Mon, 05 Sep 2016 06:56:53 -0400 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]:36624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgra8-000824-Dq for guix-devel@gnu.org; Mon, 05 Sep 2016 06:56:52 -0400 Received: by mail-qk0-x229.google.com with SMTP id l2so187018065qkf.3 for ; Mon, 05 Sep 2016 03:56:52 -0700 (PDT) In-Reply-To: <57CD38D2.6050807@goebel-consult.de> 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: Hartmut Goebel Cc: guix-devel Hello, here are my 2 cts On Mon, Sep 5, 2016 at 11:20 AM, Hartmut Goebel wrote: > Am 05.09.2016 um 10:43 schrieb Jan Nieuwenhuizen: > > Added an -g/--exclude-.git option for guix hash. It is very specific: > it skips toplevel .git directory. WDYT? I'd rather name it "--exclude-git" or something less strange than --exclude-.git, even --exclude-dot-git... > +1. > > What about make i the default? OK with defaulting -- Vincent Legoll