mirror of
https://github.com/git/git.git
synced 2026-01-16 05:41:29 +00:00
This special-cases various signals that are not supported on Windows, such as SIGPIPE. These cause the UCRT to throw asserts (at least in debug mode). Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>