mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-27 18:11:59 -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>