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

Set environment when running git commands #3103

Merged
merged 1 commit into from
Jun 21, 2024

Commits on Jun 21, 2024

  1. Set environment when running git commands

    Git commands often need to shell out to other commands, and so running
    consistently with the environment set (in particular PATH) fixes issues
    running in certain environments.
    
    Additionally, wrap a few errors to make it easier to determine the
    reason for failures with the --git-metadata flag.
    pkwarren committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a0a2215 View commit details
    Browse the repository at this point in the history