Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
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-29config: 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-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-21delta-islands: fix segfault when freeing island marksPatrick Steinhardt
2023-02-04delta-islands: free island_marks and bitmapsEric Wong
2022-11-19delta-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-10Merge 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