| Commit message (Expand) | Author | Age |
* | pack-bitmap: convert traverse_bitmap_commit_list to object_id | brian m. carlson | 2017-10-16 |
* | Merge branch 'ma/leakplugs' | Junio C Hamano | 2017-09-29 |
|\ |
|
| * | pack-bitmap[-write]: use `object_array_clear()`, don't leak | Martin Ågren | 2017-09-24 |
* | | pack: move open_pack_index(), parse_pack_index() | Jonathan Tan | 2017-08-23 |
|/ |
|
* | Merge branch 'jc/pack-bitmap-unaligned' | Junio C Hamano | 2017-06-30 |
|\ |
|
| * | pack-bitmap: don't perform unaligned memory access | James Clarke | 2017-06-26 |
* | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 |
* | | sha1_file: rename git_open_noatime() to git_open() | Lars Schneider | 2016-10-25 |
|/ |
|
* | list-objects: pass full pathname to callbacks | Jeff King | 2016-02-12 |
* | list-objects: drop name_path entirely | Jeff King | 2016-02-12 |
* | Merge branch 'jk/pack-revindex' | Junio C Hamano | 2016-01-20 |
|\ |
|
| * | pack-revindex: store entries directly in packed_git | Jeff King | 2015-12-21 |
* | | Remove get_object_hash. | brian m. carlson | 2015-11-20 |
* | | Convert struct object to object_id | brian m. carlson | 2015-11-20 |
* | | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 |
* | | use strip_suffix and xstrfmt to replace suffix | Jeff King | 2015-09-25 |
* | | Merge branch 'es/osx-header-pollutes-mask-macro' | Junio C Hamano | 2015-06-24 |
|\ \ |
|
| * | | ewah: use less generic macro name | Jeff King | 2015-06-03 |
| |/ |
|
* | | Merge branch 'sb/test-bitmap-free-at-end' | Junio C Hamano | 2015-06-01 |
|\ \ |
|
| * | | test_bitmap_walk: free bitmap with bitmap_free | Jeff King | 2015-05-22 |
* | | | Merge branch 'rs/plug-leak-in-pack-bitmaps' | Junio C Hamano | 2015-05-26 |
|\ \ \ |
|
| * | | | pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps | René Scharfe | 2015-05-19 |
* | | | | Merge branch 'sb/test-bitmap-free-at-end' | Junio C Hamano | 2015-05-05 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | pack-bitmap.c: fix a memleak | Stefan Beller | 2015-04-12 |
| |/ / |
|
* | | | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 |
|\ \ \ |
|
| * | | | pack-bitmap.c: make pack_bitmap_filename() static | Junio C Hamano | 2015-01-15 |
| |/ / |
|
* | | | Merge branch 'ak/typofixes' | Junio C Hamano | 2015-02-11 |
|\ \ \
| |/ /
|/| | |
|
| * | | pack-bitmap: fix typo | Alexander Kuleshov | 2015-01-21 |
| |/ |
|
* | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-12-12 |
|\ \ |
|
| * | | pack-bitmap: do not use gcc packed attribute | Karsten Blees | 2014-11-30 |
| |/ |
|
* | | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 |
|/ |
|
* | add `ignore_missing_links` mode to revwalk | Vicent Marti | 2014-04-04 |
* | pack-bitmap: implement optional name_hash cache | Vicent Marti | 2013-12-30 |
* | pack-objects: implement bitmap writing | Vicent Marti | 2013-12-30 |
* | pack-bitmap: add support for bitmap indexes | Vicent Marti | 2013-12-30 |