author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 25 Jun 2005 22:27:14 +0000 (15:27 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 25 Jun 2005 22:27:14 +0000 (15:27 -0700) | ||
commit | bad50dc80f3b81a0bedb85ca0382b0086e5bf0c2 | |
tree | 21187dbf962a9630176ad8ffe9a14b59baaeee1e | tree | snapshot |
parent | 49397104f2317c91ac54a250cd8c65cacfc0bb9e | commit | diff |
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".
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 | diff | blob | history | |
unpack-objects.c | [new file with mode: 0644] | blob |