Clean up git-unpack-objects a bit
commitcca7081a93b192219e8f4f7252c7fc7c2cabfd9a
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 16:38:02 +0000 (29 09:38 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 16:38:02 +0000 (29 09:38 -0700)
treecacb8cc1771e23a0e0c0d95e3d8c1fa1e8d0b1bd
parentf9253394a271a9fefdd234a86c228adeb6d0136a
Clean up git-unpack-objects a bit

I'd like to add back the "dry-run" thing, but it turns out that to do it
well, I'd have to keep all the object data in memory (which is not
acceptable).  So I'll clean it up a bit and make it do as many checks as
it can.
unpack-objects.c