Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
diagnose: avoid poluting stderr stream in Git diagnostic (#1590)
Avoid poluting the standard error stream with a 'fatal' Git error message during the Git diagnostic run as part of the `diagnose` command. When checking if we are inside of a Git repo we should be using an explicit check for `IGit::IsInsideRepository` rather than trying to get the current repo path and checking for null.
- Loading branch information