From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13061 invoked by alias); 8 Jul 2014 08:50:41 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 13036 invoked by uid 89); 8 Jul 2014 08:50:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=unavailable version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 08 Jul 2014 08:50:39 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s688oY2R001568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 8 Jul 2014 04:50:34 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s688oVIX015622; Tue, 8 Jul 2014 04:50:32 -0400 Message-ID: <53BBB0D7.9010908@redhat.com> Date: Tue, 08 Jul 2014 08:50:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Samuel Bronson , binutils@sourceware.org CC: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: [RFC] Add a .gitattributes file for use with git-merge-changelog References: <87sin0gvr3.fsf@naesten.mooo.com> <87ha3fad30.fsf@fleche.redhat.com> <87k38bgp7w.fsf@naesten.mooo.com> <8738eowqkc.fsf@naesten.mooo.com> <87oax0k4xt.fsf@naesten.mooo.com> In-Reply-To: <87oax0k4xt.fsf@naesten.mooo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-07/txt/msg00092.txt.bz2 Hi Samuel, This seems like a good idea to me. On 07/08/2014 02:35 AM, Samuel Bronson wrote: > Ping? If nobody has anything else to say, I'm going to assume that such > a change is unobjectionable, and should not be listed in the ChangeLog. When in doubt, look for precedence. grep will show changes to other .git* files were listed in ChangeLog: $ grep "\.git" ChangeLog* gdb/ChangeLog* ChangeLog: * .gitignore: Import from gdb repository. ChangeLog: * .gitignore: New file. gdb/ChangeLog-2011: * .gitignore: New file. gdb/ChangeLog-2012: * .gitignore: Add go-exp.c. gdb/ChangeLog-2012: * .gitignore: Ignore more files. gdb/ChangeLog-2012: * .gitignore (/gdbtui): Remove. gdb/ChangeLog-2013: * .gitignore: Add /gcore. Likewise 'git log .gitignore gdb/.gitignore'. -- Pedro Alves