| 1068 | } |
| 1069 | |
| 1070 | static void set_git_dir_1(struct repository *repo, const char *path) |
| 1071 | { |
| 1072 | xsetenv(GIT_DIR_ENVIRONMENT, path, 1); |
| 1073 | setup_git_env_internal(repo, path); |
| 1074 | } |
| 1075 | |
| 1076 | static void update_relative_gitdir(const char *name UNUSED, |
| 1077 | const char *old_cwd, |
no test coverage detected