From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qN31LsyLz1+tKgAA0tVLHw (envelope-from ) for ; Tue, 08 Dec 2020 14:21:00 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 6ODoKsyLz19XVAAAbx9fmQ (envelope-from ) for ; Tue, 08 Dec 2020 14:21:00 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 423AB940355 for ; Tue, 8 Dec 2020 14:21:00 +0000 (UTC) Received: from localhost ([::1]:57010 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmdrP-0001Hv-1N for larch@yhetil.org; Tue, 08 Dec 2020 09:20:59 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmdoM-0007mD-Ij for guix-devel@gnu.org; Tue, 08 Dec 2020 09:17:50 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:49768) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmdoH-0003T6-PM; Tue, 08 Dec 2020 09:17:50 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 87FB1144C; Tue, 8 Dec 2020 15:17:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o5lWnoeHx5qs; Tue, 8 Dec 2020 15:17:39 +0100 (CET) Received: from jurong (p200300dd57177200f0bd28049263cd55.dip0.t-ipconnect.de [IPv6:2003:dd:5717:7200:f0bd:2804:9263:cd55]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 64FE512AC; Tue, 8 Dec 2020 15:17:39 +0100 (CET) Date: Tue, 8 Dec 2020 15:17:37 +0100 From: Andreas Enge To: zimoun Subject: Re: New =?utf-8?Q?=E2=80=9Cungrafting?= =?utf-8?B?4oCd?= branch Message-ID: <20201208141737.GA28199@jurong> References: <87v9dcv8mt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Received-SPF: neutral client-ip=185.233.100.1; envelope-from=andreas@enge.fr; helo=hera.aquilenet.fr X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_NEUTRAL=0.779 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.80 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 423AB940355 X-Spam-Score: -1.80 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: JRmSt6HbWRt7 Hello, On Tue, Dec 08, 2020 at 03:13:40PM +0100, zimoun wrote: > I have missed the discussion on IRC and I do not understand the > rationale. What's the point of "ungrafting"? I suppose it is just a branch with all the patches that are grafted applied, so that it is not necessary to graft them anymore. An excellent initiative, I just built inkscape with 36 grafts! Andreas