Files
Edward Thomson 377ec9bfe7 win32: find_system_dirs does not return GIT_ENOTFOUND
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.
2022-02-26 12:59:16 -05:00
..