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-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
2022-01-07update-index: refresh should rewrite index in case of racy timestampsMarc Strapetz
2021-12-11Merge branch 'vd/sparse-reset'Junio C Hamano
2021-12-11Merge branch 'vd/sparse-sparsity-fix-on-read'Junio C Hamano
2021-11-29reset: make sparse-aware (except --mixed)Victoria Dye
2021-11-25sparse-index: update do_read_index to ensure correct sparsityVictoria Dye
2021-10-26Merge branch 'rs/add-dry-run-without-objects'Junio C Hamano
2021-10-19Merge branch 'rs/make-verify-path-really-verify-again'Junio C Hamano
2021-10-12add: don't write objects with --dry-runRené Scharfe
2021-10-11Merge branch 'sg/test-split-index-fix'Junio C Hamano
2021-10-08read-cache: let verify_path() reject trailing dir separators againRené Scharfe
2021-10-08read-cache: add verify_path_internal()René Scharfe
2021-10-06Merge branch 'ab/repo-settings-cleanup'Junio C Hamano
2021-09-22repo-settings.c: simplify the setupÆvar Arnfjörð Bjarmason
2021-09-22read-cache & fetch-negotiator: check "enum" values in switch()Ævar Arnfjörð Bjarmason
2021-09-08read-cache: fix GIT_TEST_SPLIT_INDEXSZEDER Gábor
2021-09-08read-cache: look for shared index files next to the index, tooSZEDER Gábor
2021-09-08sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee
2021-08-04Merge branch 'ah/plugleaks'Junio C Hamano
2021-08-03Merge branch 'jt/bulk-prefetch'Junio C Hamano
2021-07-28Merge branch 'ds/status-with-sparse-index'Junio C Hamano
2021-07-26read-cache: call diff_setup_done to avoid leakAndrzej Hunt
2021-07-24unpack-trees: refactor prefetching codeJonathan Tan