mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-17 07:21:10 -05:00
The timer is implemented using a thread that calls the signal handler at regular intervals. We also replace Windows's signal() function because we must intercept that SIGALRM is set (which is used when a timer is canceled). Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>