Skip to content

Check for git exe before attempting to run git config

This MR patches the new git config caller to use which() to find the git executable, and bail out fast if that isn't found.

Merge request reports