From patchwork Thu Oct 17 19:16:49 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Merrill X-Patchwork-Id: 1178968 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-511250-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="iCGzOFUQ"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="Ri7IX9Xs"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 46vJnZ0rSnz9sCJ for ; Fri, 18 Oct 2019 06:17:05 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type :content-transfer-encoding; q=dns; s=default; b=we4tUJoIPFOPlVjj H9AQHKetbUud3rWhQChRYm7aPEgk7BuHvT2f0a0NgFb9A3d6EoBP7suGgYhudm8b XRyUzYdGLcDrAWwwFs/Egy8qRlduFWbc9sYGY0fYgEC435PoiGieMA0hqIzXikc6 7kj4KeuVu43vjQ4DfQmHN+FwIjA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:date:message-id:content-type :content-transfer-encoding; s=default; bh=kGZkZEM5KX87Hh0qTHZyGx H60Ws=; b=iCGzOFUQ1thNKWsl1MlA3rfh2hKCmF1J6XiR0QX5PTo/kaKotwFgkH nKLLhWpcQUllhRMgHVUdDBlH0mPf2u3HwJYg1MHyp1oR85e1Z724Boweo8FKwCOn lKGGYN4ZCwq2lYEEwgH8XVyaClXkKcGosHFXLKhV6tj8tA/ywRRoQ= Received: (qmail 45410 invoked by alias); 17 Oct 2019 19:16:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 45401 invoked by uid 89); 17 Oct 2019 19:16:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=schwinge, Schwinge, U*thomas, sk:thomas@ X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Oct 2019 19:16:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1571339815; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Nj2swkyu+AFfXdcLoP1N4FIJ1AzLh2AO8xiTl8wuBug=; b=Ri7IX9XskugRn5WfuGNuAZ+wK/4Qa7H10i4RQJ4FJV3ECjgRCeqAk6An0YhgCpgWcYkx9P JPASopnajE/EiPJPayS02dlmmkWDGGPUMAo33tAH3JKOgu2GuZp//8HxnXmiPdB5K4LARB p2e7P7JCrEaJatPTFlxFOvWCq8Wf71E= Received: from mail-qt1-f198.google.com (mail-qt1-f198.google.com [209.85.160.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-69-HjDd089ON4SOO8KsI0_qCA-1; Thu, 17 Oct 2019 15:16:54 -0400 Received: by mail-qt1-f198.google.com with SMTP id c32so834592qtb.14 for ; Thu, 17 Oct 2019 12:16:54 -0700 (PDT) Received: from jason.com (209-6-216-142.s141.c3-0.smr-cbr1.sbo-smr.ma.cable.rcncustomer.com. [209.6.216.142]) by smtp.gmail.com with ESMTPSA id z72sm2310165qka.115.2019.10.17.12.16.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Oct 2019 12:16:51 -0700 (PDT) From: Jason Merrill To: gcc-patches@gcc.gnu.org Cc: Trevor Saunders Subject: [PATCH] * .gitattributes: Avoid {} in filename pattern. Date: Thu, 17 Oct 2019 15:16:49 -0400 Message-Id: <20191017191649.2744-1-jason@redhat.com> X-Mimecast-Spam-Score: 0 X-IsSubscribed: yes Brace-expansion is a bash feature, not part of glob(7). Applying to trunk. --- .gitattributes | 6 +++++- ChangeLog | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) base-commit: f0899489a4299d6270437f8be0d7989d91c44c88 diff --git a/.gitattributes b/.gitattributes index b38d7f1b43b..183fdcaaa9a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ -*.{c,C,cc,h} whitespace=indent-with-non-tab,space-before-tab,trailing-space +# Add indent-with-non-tab to the default git whitespace warnings. +# Note that this file doesn't support bash-style brace expansion. + +*.[cCh] whitespace=indent-with-non-tab,space-before-tab,trailing-space +*.cc whitespace=indent-with-non-tab,space-before-tab,trailing-space diff --git a/ChangeLog b/ChangeLog index 90413f57284..5487226c989 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-10-17 Jason Merrill + + * .gitattributes: Avoid {} in filename pattern. + 2019-10-08 Thomas Schwinge * MAINTAINERS: Add back Trevor Smigiel; move into Write After