Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-06-25 | git-unpack-objects: start parsing the actual packed data | Linus Torvalds | 1 | -5/+58 | |
So far we just print out the type and size. | |||||
2005-06-25 | First cut at git-unpack-objects | Linus Torvalds | 1 | -0/+105 | |
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". |