summaryrefslogtreecommitdiff
path: root/unpack-objects.c
Commit message (Collapse)AuthorAgeFilesLines
* git-unpack-objects: start parsing the actual packed dataLinus Torvalds2005-06-251-5/+58
| | | | So far we just print out the type and size.
* First cut at git-unpack-objectsLinus Torvalds2005-06-251-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".