author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 16:53:20 +0000 (09:53 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Wed, 29 Jun 2005 16:53:20 +0000 (09:53 -0700) | ||
commit | dddafffef66041689f54837ac8e9bf717bb057b4 | |
tree | de95245da4f8fa0951b23190bccfb18a63f9ce12 | tree | snapshot |
parent | cca7081a93b192219e8f4f7252c7fc7c2cabfd9a | commit | diff |
Re-instate dry-run logic in git-unpack-objects
It can no longer be as verbose, since it doesn't have a good way to
resolve deltas (now that it is purely streaming, it cannot seek around
to read the objects a delta is based on).
But it can check that the thing unpacks cleanly at least as far as pack
syntax goes - all the objects uncompress cleanly, and the pack has the
right final SHA1.
It can no longer be as verbose, since it doesn't have a good way to
resolve deltas (now that it is purely streaming, it cannot seek around
to read the objects a delta is based on).
But it can check that the thing unpacks cleanly at least as far as pack
syntax goes - all the objects uncompress cleanly, and the pack has the
right final SHA1.
unpack-objects.c | diff | blob | history |