mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
The wrapper does two things: - Requests to open /dev/null are redirected to open the nul pseudo file. - A request to open a file that currently exists as a directory, then Windows's open fails with EACCES; this is changed to EISDIR. Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>