salesforce / p4-fusion

A fast Perforce to Git conversion tool written in C++ using Perforce Helix Core C++ API and Libgit2
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

main: Add SIGTERM handler #44

Closed twarit-waikar closed 2 years ago

twarit-waikar commented 2 years ago

Fixes #40 but handle SIGTERM instead of SIGKILL, since the latter is not possible.