commit | 8d3af1d53255ac36494492720ebb83e932b0c0bc | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 09 11:24:41 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Apr 09 11:24:41 2005 -0700 |
tree | 09c369f30a7ec350dc98496c5cb752280f6dfe51 | |
parent | f7391ce3bd306c5731bc8206f8a0fa0947ca9474 [diff] |
Fix "checkout-cache.c" mis-use of read_sha1_file() interface. It's supposed to test the returned file type, not think that read_sha1_file() tests it. Confusion from "cat-file" command line usage.