Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azrepos: fix error message to stderr when not in repo #1583

Merged
merged 1 commit into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. azrepos: fix error message to stderr when not in repo

    Suppress the standard error stream from Git when checking if we're
    inside a repository or not, because the failure message is otherwise
    printed to the user's console when we are not (which is what we're
    trying to decide!).
    
    Note that we normally don't suppress or redirect the standard error
    stream for Git commands as the user may have enabled Git tracing (v1 or
    v2) to the stderr file and we don't want to mute these for all calls.
    mjcheetham committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6931c92 View commit details
    Browse the repository at this point in the history