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-Helper-Command-Termination Windows #5

Closed
Byron opened this issue Dec 1, 2010 · 0 comments
Closed

Git-Helper-Command-Termination Windows #5

Byron opened this issue Dec 1, 2010 · 0 comments

Comments

@Byron
Copy link
Member

Byron commented Dec 1, 2010

git commands on windows may only be killed using the /F options which probably is like SIGKILL. This is bad as the process might be doing something, leaving the resource locked and/or in an inconsistent state. Without the /F option, git does not terminate itself, probably it listens to SIGINT which is not sent by TASKKILL.
We can't really help it, but may be at some point git handles windows signals properly.

See whether its git that doesn't do it right, or whether there is a way to send different signals on windows that git will understand.

@Byron Byron modified the milestones: v0.3.2, v0.3.5 - bugfixes Nov 14, 2014
@Byron Byron modified the milestones: v0.3.5 - bugfixes, v0.3.6 - Features, v1.0.0 Jan 8, 2015
@Byron Byron closed this as completed Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant