From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14151 invoked from network); 10 Feb 2022 18:26:17 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 10 Feb 2022 18:26:17 -0000 Received: from odoacer.turtle-trading.net ([93.241.193.16]) by 4ess; Thu Feb 10 12:47:50 -0500 2022 Received: from zenobia.turtle-trading.net ([192.168.2.111]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1nIDXn-0008SG-27; Thu, 10 Feb 2022 18:47:47 +0100 Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1nIDXm-000TnV-QQ; Thu, 10 Feb 2022 18:47:46 +0100 From: Benjamin Riefenstahl To: 9front@9front.org Date: Thu, 10 Feb 2022 18:47:46 +0100 Message-ID: <87zgmybol9.fsf@turtle-trading.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: lossless converged module hardware-aware AJAX configuration content-driven frontend Subject: [9front] Git rebase at the beginning of time Reply-To: 9front@9front.org Precedence: bulk Hi all, Ori, With Git, how do I apply git/rebase to the very first commit in a repository? Like if I want to change the order of the first two commits? Git/rebase -i takes the parent of the first commit of the range that I want to change, but the initial commit of a repository does not have a parent, right? Thanks, benny