Files
git/refs.c
Johannes Sixt ff61d9fc99 Work around missing EISDIR errno values.
Windows does not return EISDIR when a directory is opened as file.
These instances are detected by checking explicitly whether the offending
file is indeed a directory, and then the errno value is adjusted accordingly.
2007-01-19 16:27:30 +01:00

28 KiB