git-unpack-objects: re-write to read from stdin
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 03:34:23 +0000 (20:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 03:34:23 +0000 (20:34 -0700)
commit67e5a5ece41eebc7fec497911690e5a8ca38aea6
tree23085d11f4616512eb44908354984d3438146ad0
parent75c660ac9373b588a7815fa922dac02b2e4519d4
git-unpack-objects: re-write to read from stdin

It gets a bit more complicated to unpack in a streaming environment, but
here it is.  The rewrite is actually a lot cleaner in other ways, it's
just a bit more subtle.
unpack-objects.c