• L
    First cut at git-unpack-objects · bad50dc8
    Linus Torvalds 提交于
    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".
    bad50dc8
Makefile 4.5 KB