Skip to content

git: Remove external calls to git.ExecSafe

Administrator requested to merge rs/remove-execsafe-uses into main

Created by: ryanslade

Remove all uses of git.ExecSafe from outside vcs/git.

To ensure it can't be used, we also unexport it. This change is part of a move to isolating "raw" git commands to a single package.

Closes https://github.com/sourcegraph/sourcegraph/issues/28181

Merge request reports

Loading