aboutsummaryrefslogtreecommitdiffstats
path: root/delta-islands.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-5/+0
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-1/+1
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+3
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+3
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-1/+3
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2023-02-21delta-islands: fix segfault when freeing island marksPatrick Steinhardt1-5/+7
2023-02-03delta-islands: free island_marks and bitmapsEric Wong1-0/+14
2022-11-18delta-islands: free island-related data after useEric Wong1-20/+51
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-2/+2
2022-08-19config: mark unused callback parametersJeff King1-1/+1
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-1/+1
2020-03-30oid_array: rename source file from sha1-arrayJeff King1-1/+1
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano1-12/+12
2019-06-20delta-islands: respect progress flagJeff King1-2/+3
2019-06-20delta-islands: convert island_marks khash to use oidsJeff King1-11/+11
2019-06-20object: convert lookup_object() to use object_idJeff King1-1/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson1-1/+1
2018-11-12delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-10/+14
2018-08-16pack-objects: move 'layer' into 'struct packing_data'Christian Couder1-2/+2
2018-08-16pack-objects: move tree_depth into 'struct packing_data'Christian Couder1-9/+18
2018-08-16Add delta-islands.{c,h}Jeff King1-0/+493