From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118243 invoked by alias); 18 Dec 2019 00:51:43 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 118229 invoked by uid 89); 18 Dec 2019 00:51:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=lstree, needlessly, ls-tree, noisy X-HELO: snark.thyrsus.com Received: from thyrsus.com (HELO snark.thyrsus.com) (71.162.243.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2019 00:51:40 +0000 Received: by snark.thyrsus.com (Postfix, from userid 1000) id 495314704D20; Tue, 17 Dec 2019 19:51:39 -0500 (EST) Date: Wed, 18 Dec 2019 00:51:00 -0000 From: "Eric S. Raymond" To: Bernd Schmidt Cc: Joseph Myers , gcc@gcc.gnu.org Subject: Re: Test GCC conversion with reposurgeon available Message-ID: <20191218005139.GB96134@thyrsus.com> Reply-To: esr@thyrsus.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00269.txt.bz2 Bernd Schmidt : > I vote for including .cvsignore files. Their absence makes diff comparisons > of "git ls-tree" on specific revisions needlessly noisy. A few minutes ago I implmemted and pushed a --cvsignores read option for Subversion dumps. That should do what you eant. -- Eric S. Raymond