summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Libravatar Junio C Hamano1-5/+9
2021-05-11Merge branch 'jk/symlinked-dotgitx-cleanup'Libravatar Junio C Hamano1-0/+1
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Libravatar Junio C Hamano1-7/+8
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolLibravatar Matheus Tavares1-5/+9
2021-05-04t0060: test ntfs/hfs-obscured dotfilesLibravatar Jeff King1-0/+1
2021-04-30Merge branch 'ds/sparse-index-protections'Libravatar Junio C Hamano1-4/+21
2021-04-14cache: move ensure_full_index() to cache.hLibravatar Derrick Stolee1-0/+1
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee1-3/+3
2021-04-08refresh_index(): add flag to ignore SKIP_WORKTREE entriesLibravatar Matheus Tavares1-7/+8
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Libravatar Junio C Hamano1-24/+0
2021-03-30Merge branch 'ab/read-tree'Libravatar Junio C Hamano1-1/+1
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Libravatar Junio C Hamano1-1/+1
2021-03-30sparse-index: add index.sparse config optionLibravatar Derrick Stolee1-0/+1
2021-03-30sparse-index: convert from full to sparseLibravatar Derrick Stolee1-0/+2
2021-03-30sparse-checkout: hold pattern list in indexLibravatar Derrick Stolee1-0/+2
2021-03-30sparse-index: implement ensure_full_index()Libravatar Derrick Stolee1-1/+12
2021-03-23entry: extract a header file for entry.c functionsLibravatar Matheus Tavares1-24/+0
2021-03-20tree.c API: move read_tree() into builtin/ls-files.cLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-03-18checkout: don't follow symlinks when removing entriesLibravatar Matheus Tavares1-1/+1
2021-03-08Sync with Git 2.30.2 for CVE-2021-21300Libravatar Junio C Hamano1-0/+1
2021-02-12Sync with 2.29.3Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.28.1Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.27.1Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.26.3Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.25.5Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.24.4Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.23.4Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.22.5Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.21.4Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.20.5Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.19.6Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.18.5Libravatar Johannes Schindelin1-0/+1
2021-02-12Sync with 2.17.6Libravatar Johannes Schindelin1-0/+1
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathLibravatar Matheus Tavares1-0/+1
2021-02-10Merge branch 'ds/more-index-cleanups'Libravatar Junio C Hamano1-0/+1
2021-01-25Merge branch 'ps/config-env-pairs'Libravatar Junio C Hamano1-0/+1
2021-01-23repository: add repo reference to index_stateLibravatar Derrick Stolee1-0/+1
2021-01-15Merge branch 'bc/rev-parse-path-format'Libravatar Junio C Hamano1-0/+2
2021-01-15config: allow specifying config entries via envvar pairsLibravatar Patrick Steinhardt1-0/+1
2020-12-17Merge branch 'jk/oid-array-cleanup'Libravatar Junio C Hamano1-94/+0
2020-12-12abspath: add a function to resolve paths with missing componentsLibravatar brian m. carlson1-0/+2
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Libravatar Junio C Hamano1-1/+6
2020-12-04cache.h: move hash/oid functions to hash.hLibravatar Jeff King1-94/+0
2020-12-02apply: don't use core.sharedRepository to create working tree filesLibravatar Matheus Tavares1-1/+6
2020-11-24move sleep_millisec to git-compat-util.hLibravatar Han-Wen Nienhuys1-1/+0
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHLibravatar brian m. carlson1-1/+1
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Libravatar Junio C Hamano1-8/+19
2020-09-02wt-status: tolerate dangling marksLibravatar Jonathan Tan1-0/+7
2020-09-02sha1-name: replace unsigned int with option structLibravatar Jonathan Tan1-8/+12
2020-08-27Merge branch 'jk/leakfix'Libravatar Junio C Hamano1-2/+2