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-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren
2023-04-11treewide: be explicit about dependence on oid-array.hElijah 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 "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah 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
2023-02-16Merge branch 'rs/size-t-fixes'Junio C Hamano
2023-02-07read-cache: use size_t for {base,df}_name_compare()René Scharfe
2023-01-18treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason
2023-01-18Merge branch 'ab/cache-api-cleanup' into ab/cache-api-cleanup-usersJunio C Hamano
2023-01-16Merge branch 'ds/omit-trailing-hash-in-index'Junio C Hamano
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason
2023-01-13read-cache.c: refactor set_new_index_sparsity() for subsequent commitÆvar Arnfjörð Bjarmason
2023-01-07features: feature.manyFiles implies fast index writesDerrick Stolee
2023-01-07read-cache: add index.skipHash config optionDerrick Stolee
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-11-21read-cache.c: clear and free "sparse_checkout_patterns"Ævar Arnfjörð Bjarmason
2022-11-21read-cache API & users: make discard_index() return voidÆvar Arnfjörð Bjarmason
2022-09-28read-cache: avoid misaligned reads in index v4Victoria Dye
2022-08-26Merge branch 'vd/sparse-reset-checkout-fixes' into maintJunio C Hamano
2022-08-11Merge branch 'tk/untracked-cache-with-uall' into maintJunio C Hamano
2022-08-08cache.h: create 'index_name_pos_sparse()'Victoria Dye
2022-07-23read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren
2022-06-16read_index_from(): avoid memory leakJohannes Schindelin
2022-06-14Merge branch 'zh/read-cache-copy-name-entry-fix'Junio C Hamano
2022-06-06read-cache.c: reduce unnecessary cache entry name copyingZheNing Hu
2022-06-04Merge branch 'ds/sparse-sparse-checkout'Junio C Hamano
2022-05-23sparse-index: introduce partially-sparse indexesDerrick Stolee
2022-05-11read-cache: set sparsity when index is newVictoria Dye
2022-04-04Merge branch 'vd/mv-refresh-stat'Junio C Hamano
2022-03-29mv: refresh stat info for moved entryVictoria Dye
2022-03-26Merge branch 'ns/core-fsyncmethod'Junio C Hamano
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-03-11core.fsync: new option to harden the indexNeeraj Singh
2022-03-11core.fsync: introduce granular fsync control infrastructureNeeraj Singh
2022-02-26object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason
2022-02-18Merge branch 'vd/sparse-clean-etc'Junio C Hamano
2022-02-10Merge branch 'js/sparse-vs-split-index'Junio C Hamano
2022-02-10Merge branch 'ab/config-based-hooks-2'Junio C Hamano
2022-01-24split-index: it really is incompatible with the sparse indexJohannes Schindelin
2022-01-14update-index: integrate with sparse indexVictoria Dye
2022-01-08read-cache: convert post-index-change to use hook.hEmily Shaffer