aboutsummaryrefslogtreecommitdiff
path: root/delta-islands.c
AgeCommit message (Expand)Author
2026-01-09delta-islands: use repo_parse_tree()René Scharfe
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-03-10delta-islands: stop depending on `the_repository`Patrick Steinhardt
2024-12-18progress: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21csum-file.h: remove unnecessary inclusion of cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-21delta-islands: fix segfault when freeing island marksPatrick Steinhardt
2023-02-03delta-islands: free island_marks and bitmapsEric Wong
2022-11-18delta-islands: free island-related data after useEric Wong
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19config: mark unused callback parametersJeff King
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano
2019-06-20delta-islands: respect progress flagJeff King
2019-06-20delta-islands: convert island_marks khash to use oidsJeff King
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson
2018-11-12delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-08-16pack-objects: move 'layer' into 'struct packing_data'Christian Couder
2018-08-16pack-objects: move tree_depth into 'struct packing_data'Christian Couder
2018-08-16Add delta-islands.{c,h}Jeff King