mirror of
https://github.com/git/git.git
synced 2026-04-02 21:10:10 +02:00
When launching "diff --no-index" with a parameter "/dev/null", the MSys bash converts the "/dev/null" to a "nul", which usually makes sense. But diff --no-index got confused and tried to access a _file_ called "nul". While at it, the comment in t4012, expressed as ":# <text>" was turned into ": <text>" so that MSys' path name mangling does not kick in. With this patch, t4012 passes in msysGit. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2.6 KiB
Executable File
2.6 KiB
Executable File