Added is_dev_null check because Windows /dev/null is nul.
commit83a48099f3c7c5a1ed0a0f14f986c5452443cdbf
authorMike Pape <dotzenlabs@gmail.com>
Mon, 6 Aug 2007 20:11:19 +0000 (6 16:11 -0400)
committerMike Pape <dotzenlabs@gmail.com>
Mon, 6 Aug 2007 20:11:19 +0000 (6 16:11 -0400)
tree398739a6d23d81072cc8541f85dcae36cd7ebea6
parent8642f459a206e9bf148a7c7778b8fa807e60d24a
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>
git/builtin-apply.c
git/cache.h
git/diff-lib.c