aboutsummaryrefslogtreecommitdiff
path: root/pack-bitmap.c
Commit message (Expand)AuthorAge
* pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-16
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-29
|\
| * pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren2017-09-24
* | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-23
|/
* Merge branch 'jc/pack-bitmap-unaligned'Junio C Hamano2017-06-30
|\
| * pack-bitmap: don't perform unaligned memory accessJames Clarke2017-06-26
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
* | sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-25
|/
* list-objects: pass full pathname to callbacksJeff King2016-02-12
* list-objects: drop name_path entirelyJeff King2016-02-12
* Merge branch 'jk/pack-revindex'Junio C Hamano2016-01-20
|\
| * pack-revindex: store entries directly in packed_gitJeff King2015-12-21
* | Remove get_object_hash.brian m. carlson2015-11-20
* | Convert struct object to object_idbrian m. carlson2015-11-20
* | Add several uses of get_object_hash.brian m. carlson2015-11-20
* | use strip_suffix and xstrfmt to replace suffixJeff King2015-09-25
* | Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano2015-06-24
|\ \
| * | ewah: use less generic macro nameJeff King2015-06-03
| |/
* | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-06-01
|\ \
| * | test_bitmap_walk: free bitmap with bitmap_freeJeff King2015-05-22
* | | Merge branch 'rs/plug-leak-in-pack-bitmaps'Junio C Hamano2015-05-26
|\ \ \
| * | | pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe2015-05-19
* | | | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-05-05
|\ \ \ \ | | |/ / | |/| |
| * | | pack-bitmap.c: fix a memleakStefan Beller2015-04-12
| |/ /
* | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-11
|\ \ \
| * | | pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano2015-01-15
| |/ /
* | | Merge branch 'ak/typofixes'Junio C Hamano2015-02-11
|\ \ \ | |/ / |/| |
| * | pack-bitmap: fix typoAlexander Kuleshov2015-01-21
| |/
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-12-12
|\ \
| * | pack-bitmap: do not use gcc packed attributeKarsten Blees2014-11-30
| |/
* | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
|/
* add `ignore_missing_links` mode to revwalkVicent Marti2014-04-04
* pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-30
* pack-objects: implement bitmap writingVicent Marti2013-12-30
* pack-bitmap: add support for bitmap indexesVicent Marti2013-12-30