From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id E2B491F461 for ; Mon, 9 Sep 2019 17:45:41 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=KvHT/ LjuI4nzrNF9WyIEndsqUl6S3p4JEuR/J3LDMe+393uCwL4rDn2drPiCpEHvwzk5R /2AmRoVT7ygGajJ71TbOGZSNa3MAbBD+nTf1NWdd2wnPISqbPYqU1FT3sme8CWyG l629Ds5Y4AgwhLEWYwdJTE0tZHB9sh1HE0EKyk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=LlO3vC8WU6C +KgTKlUD1ZBgR4vE=; b=ZZi6HOaFf4muwZlBsKNwmLAjlQdZZwayKlErbrPI0cP 1Sil03gHDcpUI9kzDAYHJkTWGD60vAveSyeziHBPszoKqSvgaukV+RLOjTrWeCn9 IFpup6IdqXQW3xT0LKiDK4JBUAO5oMJQ3nzDc7sTOXlrLmb+c9wAZDxvEAJQLm6w = Received: (qmail 113653 invoked by alias); 9 Sep 2019 17:45:38 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 113632 invoked by uid 89); 9 Sep 2019 17:45:38 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: Florian Weimer To: Joseph Myers Cc: Paul Eggert , GNU C Library Subject: Re: [PATCH] Prefer https: for GNU and FSF URLs References: <18cce39e-4a5a-27d8-a1ca-5ec45973088e@cs.ucla.edu> <712eae41-cc8d-fe80-da06-249c9a2b7cff@cs.ucla.edu> <1c22e434-1091-dba1-7604-c1e909ecef8a@cs.ucla.edu> Date: Mon, 09 Sep 2019 19:45:33 +0200 In-Reply-To: (Joseph Myers's message of "Mon, 9 Sep 2019 16:28:39 +0000") Message-ID: <87lfux2wjm.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain * Joseph Myers: > On Sat, 7 Sep 2019, Paul Eggert wrote: > >> I was puzzled because you patched these three files when updating copyright >> dates in January, whereas I couldn't patch them today without fixing their >> trailing-newline style. I guess the pre-commit hooks have changed since >> January, but I don't know where they're kept. > > Yes, we switched to using the AdaCore set of hooks, which must have some > differences from the old hooks in exactly how they detect problems with > trailing whitespace. > > https://sourceware.org/ml/libc-alpha/2019-04/msg00335.html I think the old hooks did not bother to complain if the old file contained the same whitespace violation. Thanks, Florian