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)
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.


No differences found