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-11-07shallow: fix memory leak when registering shallow rootsPatrick Steinhardt
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28libs: use "struct repository *" argument, not "the_repository"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
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
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-06-14Merge branch 'jt/unparse-commit-upon-graft-change'Junio C Hamano
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-06-06commit,shallow: unparse commits if grafts changedJonathan Tan
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-18shallow: reset commit grafts when shallow is resetJonathan Tan
2022-01-12git-rev-list: add --exclude-first-parent-only flagJerry Zhang
2021-01-28commit_graft_pos(): take an oid instead of a bare hashJeff King
2020-07-30Merge branch 'sg/commit-graph-cleanups' into masterJunio C Hamano
2020-06-08commit-slab: add a function to deep free entries on the slabSZEDER Gábor
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-01Merge branch 'tb/reset-shallow'Junio C Hamano
2020-05-01shallow: use struct 'shallow_lock' for additional safetyTaylor Blau
2020-05-01shallow: extract a header file for shallow-related functionsTaylor Blau
2020-04-24shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-09Merge branch 'as/shallow-slab-use-fix'Junio C Hamano
2019-10-04treewide: remove duplicate #include directivesRené Scharfe
2019-10-02shallow.c: don't free unallocated slabsAli Utku Selen
2019-06-27Use the right 'struct repository' instead of the_repositoryNguyễn Thái Ngọc Duy
2019-01-11fetch-pack: do not take shallow lock unnecessarilyJonathan Tan
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-07-21commit.h: remove method declarationsDerrick Stolee
2018-06-29tag: add repository argument to deref_tagStefan Beller
2018-06-29commit: add repository argument to lookup_commitStefan Beller