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 D28801F461 for ; Mon, 9 Sep 2019 16:28:59 +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:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=ncFYV e6b+mmZL0fBP/J8BrYV+LxKR8yCyMY1reZA4SzEx/h5dR0RkeR5uJ0R3iJmLbWgn cnDP5c8ki0wQUSrxuMIILb8K17uZ3MXetRvDMkg20iB/3Hfcd/5Xo5Deh3C8qT6Q POTg7usBmYwgYnXxtghg/o37Q6W7H4KPUGY4EQ= 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:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=2DX+iYz85fS +LBw9tlyC3UJrh6w=; b=a+akSM68vUf+0oMopWfXm104c8HHZpDsWTdLDcPjtGY Nqa6s8zUkp4FinGSQ/SkMiU6wTVbSpvCy8+H0A59JMF1j31jw3XtWdMc+KPIWSs5 ZVd2KO7UGfUpEQJ/VgZaUZ7O2J4jVukFCwY1Lgvv9l59pWrKS6q4wnDa/dURHU8g = Received: (qmail 103394 invoked by alias); 9 Sep 2019 16:28:57 -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 103386 invoked by uid 89); 9 Sep 2019 16:28:57 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa3.mentor.iphmx.com IronPort-SDR: VCHINWuNFr6RhQaA7gozMVRa61qNBCeYSB05bQi8F82mbfgYOI8VhJh4Veq1jwXg1+ghK6p+FG ZnB9yaOoy8dN04FVuS6y5xRmWabMQu/DNbF7+pAx4pmQl8BdrRt3lSG5JYhJnI0lxubRik/aXt K9HjtFjl8UnS+g3GzWr9EAbZPvXipfXgGUGhPvQWwST5RoKr52FTn91/CSiWJlkzvT2xKPJIH1 OTA/yB68DNH83X9dzIwa+pSpwiHcyKxzNuSmXRIGjk9cnnu2pLYe91H8t1NsX3bdh9j4Qzn4Uw fXY= IronPort-SDR: QCQu8GH1vefSH6OqZQPJredCxadcINdUeOkPze80nLlEQ5RWq4okJgAAB2EIOcDadnLPxDIfxT ardfNk9D0h/RBWqNXZPSMJFkGbMpsDuRzLoavX0RU+ZH9S1ZUIsMbg3Z1yP6ehotUK0+mu4SYt g91m6c+ykYlk9saR5Q1uKVh9T1F+6hrHOv2pRKnPwSRtjenDZsQSeGaf3pU6c8I/BRpzEpRFJz 7vCg7VkziAGRT/CIGhymN34Cqf3GqR24aBeJfdwX1j1eraty7d+qvVrL8PE+Agr07t7+Oq+3m/ d+I= Date: Mon, 9 Sep 2019 16:28:39 +0000 From: Joseph Myers To: Paul Eggert CC: GNU C Library Subject: Re: [PATCH] Prefer https: for GNU and FSF URLs In-Reply-To: <1c22e434-1091-dba1-7604-c1e909ecef8a@cs.ucla.edu> Message-ID: 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> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" 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 -- Joseph S. Myers joseph@codesourcery.com