Fix "checkout-cache.c" mis-use of read_sha1_file() interface.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 18:24:41 +0000 (11:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 18:24:41 +0000 (11:24 -0700)
It's supposed to test the returned file type, not think that read_sha1_file()
tests it. Confusion from "cat-file" command line usage.

No differences found