Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-06-10 | repack: s/write_bitmap/&s/ in code | Jeff King | 1 | -6/+6 |
2014-06-10 | repack: respect pack.writebitmaps | Jeff King | 2 | -2/+22 |
2014-06-10 | repack: do not accidentally pack kept objects by default | Jeff King | 2 | -2/+2 |
2014-03-03 | repack: add `repack.packKeptObjects` config var | Jeff King | 4 | -2/+44 |
2014-02-12 | ewah: unconditionally ntohll ewah data | Jeff King | 1 | -7/+3 |
2014-01-23 | ewah: support platforms that require aligned reads | Vicent Marti | 1 | -9/+24 |
2014-01-23 | read-cache: use get_be32 instead of hand-rolled ntoh_l | Jeff King | 2 | -32/+16 |
2014-01-23 | block-sha1: factor out get_be and put_be wrappers | Jeff King | 2 | -32/+32 |
2014-01-16 | do not discard revindex when re-preparing packfiles | Jeff King | 3 | -13/+0 |
2013-12-30 | pack-bitmap: implement optional name_hash cache | Vicent Marti | 8 | -7/+91 |