]> git.ipfire.org Git - thirdparty/git.git/commit - cache.h
Fix missing return values and some error tests for empty index files
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 07:25:22 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 07:25:22 +0000 (00:25 -0700)
commit59c1e249808c6ba38194733fa00efddb9e0eb488
tree8bd5667ce5588ab02c103c9aa8d8f1c6e90da56f
parent1ea34e365b1ea233be332245bc34a8df415a7d61
Fix missing return values and some error tests for empty index files

Patches from Dave Jones and Ingo Molnar, but since I don't have any
infrastructure in place to use the old patch applicator scripts I
am trying to build up, I ended up fixing the thing by hand instead.

Credit where credit is due, though. Nice to see that people are
taking a look at the project even in this early stage.
cache.h
fsck-cache.c
read-cache.c