| 40 | } |
| 41 | |
| 42 | static bool git_validate_repo_path(const char *repo_path) { |
| 43 | return cbm_validate_shell_path_arg(repo_path); |
| 44 | } |
| 45 | |
| 46 | static int git_capture(const char *repo_path, const char *git_args, char **out) { |
| 47 | if (!out) { |
no test coverage detected