summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-7/+3
|\
| * pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren2017-09-241-7/+3
* | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+1
|/
* Merge branch 'jc/pack-bitmap-unaligned'Junio C Hamano2017-06-301-1/+1
|\
| * pack-bitmap: don't perform unaligned memory accessJames Clarke2017-06-261-1/+1
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
* | sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-251-1/+1
|/
* list-objects: pass full pathname to callbacksJeff King2016-02-121-9/+4
* list-objects: drop name_path entirelyJeff King2016-02-121-2/+2
* Merge branch 'jk/pack-revindex'Junio C Hamano2016-01-201-8/+5
|\
| * pack-revindex: store entries directly in packed_gitJeff King2015-12-211-8/+5
* | Remove get_object_hash.brian m. carlson2015-11-201-13/+13
* | Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-13/+13
* | use strip_suffix and xstrfmt to replace suffixJeff King2015-09-251-9/+4
* | Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano2015-06-241-5/+5
|\ \
| * | ewah: use less generic macro nameJeff King2015-06-031-5/+5
| |/
* | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-06-011-1/+1
|\ \
| * | test_bitmap_walk: free bitmap with bitmap_freeJeff King2015-05-221-1/+1
* | | Merge branch 'rs/plug-leak-in-pack-bitmaps'Junio C Hamano2015-05-261-5/+3
|\ \ \
| * | | pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe2015-05-191-5/+3
* | | | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-05-051-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | pack-bitmap.c: fix a memleakStefan Beller2015-04-121-0/+2
| |/ /
* | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-14/+14
|\ \ \
| * | | pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano2015-01-151-14/+14
| |/ /
* | | Merge branch 'ak/typofixes'Junio C Hamano2015-02-111-1/+1
|\ \ \ | |/ / |/| |
| * | pack-bitmap: fix typoAlexander Kuleshov2015-01-211-1/+1
| |/
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-12-121-7/+15
|\ \
| * | pack-bitmap: do not use gcc packed attributeKarsten Blees2014-11-301-7/+15
| |/
* / use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-4/+2
|/
* add `ignore_missing_links` mode to revwalkVicent Marti2014-04-041-0/+2
* pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-301-0/+11
* pack-objects: implement bitmap writingVicent Marti2013-12-301-0/+92
* pack-bitmap: add support for bitmap indexesVicent Marti2013-12-301-0/+970