Closed
Description
With background maintenance incorporated into Git, we should be able to drop the Service projects from Scalar entirely now.
I attempted this briefly in #472, but there are some subtleties regarding the installation process that I didn't have time to focus on.
Here is a rough outline of the work involved:
- Bring in the commits from Include Windows-specific maintenance and headless-git git-for-windows/git#2974 into
microsoft/git
(similar to Maintenance: create headless-git.exe to avoid foreground windows git#304) - Update
ConfigStep
to rungit maintenance start
on all platforms. - Delete service code from Windows platform.
- Ensure that the post-install steps run the config step on every registered repo.