Re: [Feature request] allow git rebase while already rebasing
From: Isaac Oscar Gariano <hidden>
Date: 2025-08-18 20:46:08
Oh cool, I'll take a look at that! (Thanks for the quick reply, natural I never though to search "rewind"). — Isaac Oscar Gariano — Isaac Oscar Gariano ________________________________________ From: Oswald Buddenhagen <redacted> Sent: Tuesday, 19 August 2025 6:06 AM To: Isaac Oscar Gariano <redacted> Cc: git@vger.kernel.org <redacted> Subject: Re: [Feature request] allow git rebase while already rebasing On Mon, Aug 18, 2025 at 07:29:45PM +0000, Isaac Oscar Gariano wrote:
I suggest removing this limitation, basically the idea is that if you do "git rebase" while you are already rebasing, it performs the following: * it computes a new todo list as normal, and then prepends it to the current todo list * it does a 'git reset --hard <start point>' like normal If anyone knows of any tools that let you do this, it would be great.
https://lore.kernel.org/git/390e6a25-72db-8a9e-97af-7b9d803cfb2d@gmail.com/T/#u (local) on top of https://lore.kernel.org/git/a6e31eb9-81e7-4d7f-28cc-73b5e46525a4@gmail.com/T/#r890ce9ed689422db9fc40d2bc2cba36f7b183ec3 (local) (i'm keeping rebasing this series, but it's still not ready. if you want to work on it, i can post the current patches.)