summaryrefslogtreecommitdiff
path: root/doc/bugs/signal_weirdness.mdwn
Commit message (Collapse)AuthorAge
* bring back default SIGINT handlerGravatar Joey Hess2012-10-01
| | | | | | | | | | | | This seems to fix a problem I've recently seen where ctrl-c during rsync leads to `git annex get` moving on to the next thing rather than exiting. Seems likely that started happening with the switch to System.Process (d1da9cf221aeea5c7ac8a313a18b559791a04f12), as the old code took care to install a default SIGINT handler. Note that since the bug was only occurring sometimes, I am not 100% sure I've squashed it, although I seem to have.
* updateGravatar Joey Hess2012-02-24
|
* addGravatar Joey Hess2012-01-13