Now that background maintenance is working in Git even on windows (see microsoft/git#304), we can delete the service code from Scalar.
TODOS:
[ ] A post-install step that runs scalar run config on all registered enlistments. Without that, we will not set up existing enlistments with Git's background maintenance.
[ ] Remove scalar pause as it no longer applies.
[ ] There is a lot of leftover upgrade code that refers to the service. This never worked, so perhaps it is time to delete that until we do the right thing.
Now that background maintenance is working in Git even on windows (see microsoft/git#304), we can delete the service code from Scalar.
TODOS:
scalar run config
on all registered enlistments. Without that, we will not set up existing enlistments with Git's background maintenance.scalar pause
as it no longer applies.