Wolfgang Rohdewald <wolfgang@xxxxxxxxxxxx> writes: > git rebase -i > > git rebase --abort # boom > > git status only shows changes to be committed > I can mail or upload the git archive, that would be 230MB > > git fsck;git repack;git prune;git gc does not help This thread _might_ be relevant. https://lore.kernel.org/git/20240218114936.1121077-1-marcel@xxxxxxxxxxxx/ The "might" is because the symptom is a sign of corruption of the rerere database but the discussion or the patch in there do not know how such a corruption happened in the first place. If you rebuild Git with Marcel's patch (there is v2 downthread, and we have been waiting for a v3) and it improves the situation, please do let us know. Thanks.