summaryrefslogtreecommitdiff
path: root/unpack-objects.c
AgeCommit message (Collapse)AuthorFilesLines
2005-06-25git-unpack-objects: start parsing the actual packed dataLibravatar Linus Torvalds1-5/+58
So far we just print out the type and size.
2005-06-25First cut at git-unpack-objectsLibravatar Linus Torvalds1-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".