findfile.c
6.61 KB
-
win32: `find_system_dirs` does not return `GIT_ENOTFOUND` · 377ec9bf
Allow for no Git for Windows installation. When there is no GfW found in the path or registry, `git_win32__find_system_dirs` would return a `GIT_ENOTFOUND`. Callers were not expecting this. Since this is no error, we simply return `0` so that callers can move on with their lives.
Edward Thomson committed