summaryrefslogtreecommitdiff
path: root/pack-bitmap.c
AgeCommit message (Expand)Author
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'jk/pack-objects-with-bitmap-fix'Junio C Hamano
2018-09-17Merge branch 'jk/pack-delta-reuse-with-bitmap'Junio C Hamano
2018-09-04pack-bitmap: drop "loaded" flagJeff King
2018-09-04traverse_bitmap_commit_list(): don't free resultJeff King
2018-09-04bitmap_has_sha1_in_uninteresting(): drop BUG checkJeff King
2018-08-21pack-bitmap: save "have" bitmap from walkJeff King
2018-08-20treewide: use get_all_packsDerrick Stolee
2018-06-21pack-bitmap: add free functionJonathan Tan
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan
2018-06-18Merge branch 'jk/ewah-bounds-check'Junio C Hamano
2018-06-18ewah: adjust callers of ewah_read_mmap()Jeff King
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy
2018-03-26packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy
2018-03-26packfile: add repository argument to prepare_packed_gitStefan Beller
2018-03-26object-store: move packed_git and packed_git_mru to object storeStefan Beller
2017-10-16pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson
2017-09-29Merge branch 'ma/leakplugs'Junio C Hamano
2017-09-24pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren
2017-08-23pack: move open_pack_index(), parse_pack_index()Jonathan Tan
2017-06-30Merge branch 'jc/pack-bitmap-unaligned'Junio C Hamano
2017-06-26pack-bitmap: don't perform unaligned memory accessJames Clarke
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2016-10-25sha1_file: rename git_open_noatime() to git_open()Lars Schneider
2016-02-12list-objects: pass full pathname to callbacksJeff King
2016-02-12list-objects: drop name_path entirelyJeff King
2016-01-20Merge branch 'jk/pack-revindex'Junio C Hamano
2015-12-21pack-revindex: store entries directly in packed_gitJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King
2015-06-24Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano
2015-06-03ewah: use less generic macro nameJeff King
2015-06-01Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano
2015-05-26Merge branch 'rs/plug-leak-in-pack-bitmaps'Junio C Hamano
2015-05-22test_bitmap_walk: free bitmap with bitmap_freeJeff King
2015-05-19pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe
2015-05-06Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano
2015-04-13pack-bitmap.c: fix a memleakStefan Beller
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano
2015-02-11Merge branch 'ak/typofixes'Junio C Hamano
2015-01-21pack-bitmap: fix typoAlexander Kuleshov
2015-01-15pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano
2014-12-12Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-12-01pack-bitmap: do not use gcc packed attributeKarsten Blees
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-04-04add `ignore_missing_links` mode to revwalkVicent Marti