summaryrefslogtreecommitdiffstats
path: root/archive-tar.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-10repack: s/write_bitmap/&s/ in codeJeff King1-6/+6
2014-06-10repack: respect pack.writebitmapsJeff King2-2/+22
2014-06-10repack: do not accidentally pack kept objects by defaultJeff King2-2/+2
2014-03-03repack: add `repack.packKeptObjects` config varJeff King4-2/+44
2014-02-12ewah: unconditionally ntohll ewah dataJeff King1-7/+3
2014-01-23ewah: support platforms that require aligned readsVicent Marti1-9/+24
2014-01-23read-cache: use get_be32 instead of hand-rolled ntoh_lJeff King2-32/+16
2014-01-23block-sha1: factor out get_be and put_be wrappersJeff King2-32/+32
2014-01-16do not discard revindex when re-preparing packfilesJeff King3-13/+0
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti8-7/+91