microsoft / microsoft/VFSForGit
Investigate install order between git and GitService
@jeffhostetler is already working on this.
Since Jul 12, 2019.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 474
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 8
Description
I recently added code to the GitService to try to set global/system config values for the Trace2
settings (currently in addition to the env vars). If GitService is first, it might not find an installed
version of git to use to set those config variables.
If the VFS version of Git is installed first, then the GitService installer should be able to find it.
(This issue is a little more murky because different versions of Git (i.e. the VFS version and the
version pre-installed by MacOS) have different system config locations. The same goes for the
various Windows versions.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.