From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14708 invoked by alias); 15 Jun 2009 16:19:29 -0000 Received: (qmail 14692 invoked by uid 22791); 15 Jun 2009 16:19:28 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 16:19:23 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n5FGJL2w007410 for ; Mon, 15 Jun 2009 12:19:21 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5FGJKVq024699 for ; Mon, 15 Jun 2009 12:19:20 -0400 Received: from mx.meyering.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n5FGJJWB031065; Mon, 15 Jun 2009 12:19:20 -0400 Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 341498692; Mon, 15 Jun 2009 18:19:19 +0200 (CEST) From: Jim Meyering To: Ulrich Drepper Cc: GNU libc hacker Subject: Re: git whitespace test In-Reply-To: <4A3673E3.9020908@redhat.com> (Ulrich Drepper's message of "Mon, 15 Jun 2009 09:16:35 -0700") References: <4A366FBD.3060803@redhat.com> <87k53djxbc.fsf@meyering.net> <4A3673E3.9020908@redhat.com> Date: Mon, 15 Jun 2009 16:19:00 -0000 Message-ID: <877hzdjwqg.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00006.txt.bz2 Ulrich Drepper wrote: > Jim Meyering wrote: >> How about an alternative: use a .gitattributes file to exempt just >> those files. Then we can turn the global hook back on, and relax >> policy as needed by modifying .gitattributes. > > If this works, sure. Ok. I've pushed the .gitattributes-adding patch (without the ChangeLog entry, as you requested) and reverted the server-side setting to hooks.allowbadwhitespace=false.