From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112535 invoked by alias); 6 Jan 2020 22:09:56 -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 112522 invoked by uid 89); 6 Jan 2020 22:09:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=contemporary, H*RU:sk:mail-vk, HX-Spam-Relays-External:sk:mail-vk, H*r:sk:mail-vk X-HELO: mail-vk1-f181.google.com Received: from mail-vk1-f181.google.com (HELO mail-vk1-f181.google.com) (209.85.221.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 06 Jan 2020 22:09:54 +0000 Received: by mail-vk1-f181.google.com with SMTP id s142so12905926vkd.9 for ; Mon, 06 Jan 2020 14:09:54 -0800 (PST) MIME-Version: 1.0 From: Loren James Rittle Date: Mon, 06 Jan 2020 22:09:00 -0000 Message-ID: Subject: Re: Test GCC conversion with reposurgeon available To: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-01/txt/msg00044.txt.bz2 On Fri, 3 Jan 2020, Joseph Myers wrote: > git+ssh://gcc.gnu.org/home/gccadmin/gcc-reposurgeon-7a.git > git+ssh://gcc.gnu.org/home/gccadmin/gcc-reposurgeon-7b.git I have not had a substantial commit to gcc [or, likely, post to this list] in a decade THUS a warm howdy to anyone still around from 1999-2009. Every "git log" entry for my commits looked fine. There were two odd cases, but both now make sense to me. My first commit's Author line (1999) contains a physical machine name (but it correctly matches the contemporary Changelog entry). The second odd case took more time to understand: In gcc-reposurgeon-7a, commit hash 16fc918929 ; I corrected a prior Changelog (for 89903bf801). I would not expect any version control system translation process to look ahead for such textual changes to a side-maintained ChangeLog file but I was somewhat stumped on why the ChangeLog text did not match the "git log" text. Regards, Loren