Added is_dev_null check because Windows /dev/null is nul.
commit3d9012418c93b5e5f0ada041e1fc071cac48cbfa
authorMike Pape <dotzenlabs@gmail.com>
Mon, 6 Aug 2007 20:11:19 +0000 (6 16:11 -0400)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 6 Aug 2007 22:20:18 +0000 (6 23:20 +0100)
tree8b9b4eafba03de2a0c018759302c9e31f64df29b
parent60096146d67d408837b80c6b720bee722f35cf72
Added is_dev_null check because Windows /dev/null is nul.

This function should be called to test for /dev/null when nul on Windows can
also be accepted.  The is_dev_null function in builtin-apply.c was renamed.

Signed-off-by: Mike Pape <dotzenlabs@gmail.com>
builtin-apply.c
cache.h
diff-lib.c