Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#1088) post-rewrite hook does not track intermediate commits from an interactive rebase #1419

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chf2117
Copy link

@chf2117 chf2117 commented Oct 10, 2024

Fixes #1088

This pull request copies the changes from #1098 and addresses arxanas' comments.

I was able to repro the issue from #1088. It seems that we are tracking the intermediate commits created by a rebase and adding them to the events db during the post rewrite hook. I noticed that this code was added to prevent aborted rebases from adding intermediate commits, but the test written for that still passes.

@arxanas
Copy link
Owner

arxanas commented Oct 14, 2024

Will look at this later, want to get the next release out soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

git rebase -i "fixup" strands a bunch of commits after squashing
2 participants