]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
First cut at git-unpack-objects
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 22:27:14 +0000 (15:27 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 22:27:14 +0000 (15:27 -0700)
commitbad50dc80f3b81a0bedb85ca0382b0086e5bf0c2
tree21187dbf962a9630176ad8ffe9a14b59baaeee1e
parent49397104f2317c91ac54a250cd8c65cacfc0bb9e
First cut at git-unpack-objects

So far it just reads the header and generates the list of objects.

It also sorts them by the order they are written in the pack file,
since that ends up being the same order we got them originally, and
is thus "most recent first".
Makefile
unpack-objects.c [new file with mode: 0644]