summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.c
AgeCommit message (Expand)AuthorLines
2016-02-12list-objects: pass full pathname to callbacksJeff King-9/+4
2016-02-12list-objects: drop name_path entirelyJeff King-2/+2
2016-01-20Merge branch 'jk/pack-revindex'Junio C Hamano-8/+5
2015-12-21pack-revindex: store entries directly in packed_gitJeff King-8/+5
2015-11-20Remove get_object_hash.brian m. carlson-13/+13
2015-11-20Convert struct object to object_idbrian m. carlson-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson-13/+13
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King-9/+4
2015-06-24Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano-5/+5
2015-06-03ewah: use less generic macro nameJeff King-5/+5
2015-06-01Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano-1/+1
2015-05-26Merge branch 'rs/plug-leak-in-pack-bitmaps'Junio C Hamano-5/+3
2015-05-22test_bitmap_walk: free bitmap with bitmap_freeJeff King-1/+1
2015-05-19pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe-5/+3
2015-05-05Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano-0/+2
2015-04-12pack-bitmap.c: fix a memleakStefan Beller-0/+2
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano-14/+14
2015-02-11Merge branch 'ak/typofixes'Junio C Hamano-1/+1
2015-01-21pack-bitmap: fix typoAlexander Kuleshov-1/+1
2015-01-15pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano-14/+14
2014-12-12Merge branch 'jk/pack-bitmap'Junio C Hamano-7/+15
2014-11-30pack-bitmap: do not use gcc packed attributeKarsten Blees-7/+15
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe-4/+2
2014-04-04add `ignore_missing_links` mode to revwalkVicent Marti-0/+2
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti-0/+11
2013-12-30pack-objects: implement bitmap writingVicent Marti-0/+92
2013-12-30pack-bitmap: add support for bitmap indexesVicent Marti-0/+970