Files
git/diff-lib.c
Steffen Prohaska 3400af9e38 Revert "Added is_dev_null check because Windows /dev/null is nul."
This reverts commit 3d9012418c,
which is no longer needed as discussed in
http://article.gmane.org/gmane.comp.version-control.msysgit/1134

From Mike Pape's mail:
   The problem was test t4116-apply-reverse was failing because
   /dev/null was passed to git diff.  This gets converted to nul on
   Windows, so I added the patch to test for this.  However, it
   looks like Hannes just changed the test in
   1f25f36fec to not use /dev/null.
   Not sure if there are other patches that deal with the
   /dev/null -> nul issue (or if it's even an issue).

Conflicts:

	cache.h

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
2008-03-16 22:30:50 +01:00

18 KiB