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

git test: Catch signals and abort rebase before exiting #1255

Open
jdupak opened this issue Feb 28, 2024 · 1 comment
Open

git test: Catch signals and abort rebase before exiting #1255

jdupak opened this issue Feb 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jdupak
Copy link

jdupak commented Feb 28, 2024

When I mess up the command and hit ctrl+c, it leaves the rebase in progress, which is annoying. I would expect the git test to leave the repository in the same state it was before.

@arxanas
Copy link
Owner

arxanas commented Mar 13, 2024

I would accept a PR for this. Definitely agree that it's annoying, but I never had a chance to implement signal handling. One problem is that you might have to be sure to terminate the worker processes before you abort the rebase, as they may be doing something important with the working copy contents.

@arxanas arxanas added the enhancement New feature or request label Oct 10, 2024
@arxanas arxanas changed the title Feature request: catch signals and abort rebase before exiting Catch signals and abort rebase before exiting Oct 10, 2024
@arxanas arxanas changed the title Catch signals and abort rebase before exiting git test: Catch signals and abort rebase before exiting Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants