commit | bad50dc80f3b81a0bedb85ca0382b0086e5bf0c2 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 15:27:14 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 15:27:14 2005 -0700 |
tree | 21187dbf962a9630176ad8ffe9a14b59baaeee1e | |
parent | 49397104f2317c91ac54a250cd8c65cacfc0bb9e [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".