mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-30 18:13:46 -05:00
When Git refuses to use an existing repository because it is owned by someone else than the current user, it can be a bit tricky on Windows to figure out what is going on. Let's help with that by offering some more information via the environment variable `GIT_TEST_DEBUG_UNSAFE_DIRECTORIES`. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>