From owner-freebsd-git@freebsd.org Wed Jun 17 13:37:57 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C019034F519 for ; Wed, 17 Jun 2020 13:37:57 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49n5jc4F4Gz3YTg for ; Wed, 17 Jun 2020 13:37:56 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f174.google.com with SMTP id g3so2106986ilq.10 for ; Wed, 17 Jun 2020 06:37:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=j2A5DLNL/lqwJ6GvtJ2+90R7roIt6fq9Zq6kFwXvruA=; b=CQ85fnXO2Q3vlY8CiAau2DMDh9vt6XfVPtf4CqfD2Y01VKq084yy9A/tON5kQ5xP3r mRrrgVQ391+whTutTNSvjxqI5lurkNndkwCmupeNJfBc8HbvFXEoovm681Ya4nFVazNK NJ9Uo1bSqY27RTgNlnSPZO6deXRDBfquyVe1vYkXcBoY3pQSCS4upuMakCztsG4JaGNt XDKDg/hjsY2vZTJMy89ns1vzyh45aRFmUxDEhu33VfiwX6kLvc0EgorkicXbmspuy1kk 6kci4d22YMUVW294t96QbRmm7s5BO08AkesYLBz3Ib+5YsvjJj4R4wjvZ8v0euhTzpNU b1zw== X-Gm-Message-State: AOAM531bAZVbC0lbnlLhLS/iz2sLzbscgLky6lXuKjqGjtCVS+vG7wn9 VPFoYNeJSyU5UiAxShIuc26Wks+RV1P4VGkX2MEMT4ae X-Google-Smtp-Source: ABdhPJzGhvjAR8dNkiycjwAMdZFLVWqEyqbtKuGQf4IMh5upnKgpEA97VDuNHk1d9oKqEitzjt4g2HYo69vT3IMHMjc= X-Received: by 2002:a92:dccd:: with SMTP id b13mr8137764ilr.98.1592401075106; Wed, 17 Jun 2020 06:37:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ed Maste Date: Wed, 17 Jun 2020 09:37:43 -0400 Message-ID: Subject: Re: Next odd commit affecting `git subtree split` experiments with contrib/elftoolchain To: freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49n5jc4F4Gz3YTg X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of carpeddiem@gmail.com designates 209.85.166.174 as permitted sender) smtp.mailfrom=carpeddiem@gmail.com X-Spamd-Result: default: False [0.67 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-git@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.84)[0.839]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.59)[-0.594]; DMARC_NA(0.00)[freebsd.org]; NEURAL_SPAM_SHORT(0.42)[0.424]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.174:from]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.174:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; TO_DOM_EQ_FROM_DOM(0.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2020 13:37:57 -0000 On Tue, 16 Jun 2020 at 22:25, Ed Maste wrote: > > I've now successfully used Tom Clarkson's patched git subtree[1] to > split elftoolchain out of cgit-beta, keeping the vendor branch history > intact, and avoiding the extraneous and bogus commits. I accidentally omitted the footnote, which should be: [1] https://github.com/gitgitgadget/git/pull/493