Skip to content

Conversation

@mjcheetham
Copy link
Contributor

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.

@mjcheetham mjcheetham added the bug A bug in Git Credential Manager label Apr 17, 2024
@mjcheetham mjcheetham enabled auto-merge April 17, 2024 17:12
@mjcheetham mjcheetham disabled auto-merge April 17, 2024 17:15
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.
@mjcheetham mjcheetham merged commit 8f00c5e into git-ecosystem:main Apr 17, 2024
@mjcheetham mjcheetham deleted the fix-git-diag branch April 17, 2024 17:25
mjcheetham added a commit that referenced this pull request Apr 18, 2024
**Changes:**

- Update MSAL and Avalonia (#1591)
- Fix issue with diagnostic messages (#1590)
- Address CVE-2024-32478 (this issue only affected the Linux Debian
package)
@dscho dscho changed the title diagnose: avoid poluting stderr stream in Git diagnostic diagnose: avoid polluting stderr stream in Git diagnostic Jun 11, 2024
@jekkyll76

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A bug in Git Credential Manager

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants