From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51902 invoked by alias); 25 Dec 2019 12:24:58 -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 51894 invoked by uid 89); 25 Dec 2019 12:24:58 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: gate.crashing.org Received: from gate.crashing.org (HELO gate.crashing.org) (63.228.1.57) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Dec 2019 12:24:57 +0000 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id xBPCOokk010633; Wed, 25 Dec 2019 06:24:50 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id xBPCOnL2010631; Wed, 25 Dec 2019 06:24:49 -0600 Date: Wed, 25 Dec 2019 12:24:00 -0000 From: Segher Boessenkool To: "Eric S. Raymond" Cc: Alexandre Oliva , Jeff Law , Joseph Myers , Mark Wielaard , Maxim Kuvyrkov , "Richard Earnshaw (lists)" , gcc@gcc.gnu.org Subject: Re: Proposal for the transition timetable for the move to GIT Message-ID: <20191225122449.GL4505@gate.crashing.org> References: <20191216133632.GC3152@gate.crashing.org> <20191216135451.GA3142@thyrsus.com> <20191216140514.GD3152@gate.crashing.org> <20191216153649.GE3152@gate.crashing.org> <20191225120747.GA96669@thyrsus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191225120747.GA96669@thyrsus.com> User-Agent: Mutt/1.4.2.3i X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00405.txt.bz2 On Wed, Dec 25, 2019 at 07:07:47AM -0500, Eric S. Raymond wrote: > For each of these exceptional commits a converter to Git has a choice > of dropping the commit, turning it into some sort of annotated tag, or > leaving it in place as a zero-op commit (anomalous but not forbidden > in the git model). Or doing what everyone else does: put an empty .gitignore file in otherwise empty directories. This is safe even if your conversion creates such files from metadata (why on earth would you do that?!) Segher