summaryrefslogtreecommitdiffstats
path: root/cache.h
AgeCommit message (Expand)AuthorLines
2021-05-16Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano-5/+9
2021-05-11Merge branch 'jk/symlinked-dotgitx-cleanup'Junio C Hamano-0/+1
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano-7/+8
2021-05-05make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares-5/+9
2021-05-04t0060: test ntfs/hfs-obscured dotfilesJeff King-0/+1
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano-4/+21
2021-04-14cache: move ensure_full_index() to cache.hDerrick Stolee-0/+1
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee-3/+3
2021-04-08refresh_index(): add flag to ignore SKIP_WORKTREE entriesMatheus Tavares-7/+8
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano-24/+0
2021-03-30Merge branch 'ab/read-tree'Junio C Hamano-1/+1
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano-1/+1
2021-03-30sparse-index: add index.sparse config optionDerrick Stolee-0/+1
2021-03-30sparse-index: convert from full to sparseDerrick Stolee-0/+2
2021-03-30sparse-checkout: hold pattern list in indexDerrick Stolee-0/+2
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee-1/+12
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares-24/+0
2021-03-20tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason-1/+1
2021-03-18checkout: don't follow symlinks when removing entriesMatheus Tavares-1/+1
2021-03-08Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano-0/+1
2021-02-12Sync with 2.29.3Johannes Schindelin-0/+1
2021-02-12Sync with 2.28.1Johannes Schindelin-0/+1
2021-02-12Sync with 2.27.1Johannes Schindelin-0/+1
2021-02-12Sync with 2.26.3Johannes Schindelin-0/+1
2021-02-12Sync with 2.25.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.24.4Johannes Schindelin-0/+1
2021-02-12Sync with 2.23.4Johannes Schindelin-0/+1
2021-02-12Sync with 2.22.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.21.4Johannes Schindelin-0/+1
2021-02-12Sync with 2.20.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.19.6Johannes Schindelin-0/+1
2021-02-12Sync with 2.18.5Johannes Schindelin-0/+1
2021-02-12Sync with 2.17.6Johannes Schindelin-0/+1
2021-02-12checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares-0/+1
2021-02-10Merge branch 'ds/more-index-cleanups'Junio C Hamano-0/+1
2021-01-25Merge branch 'ps/config-env-pairs'Junio C Hamano-0/+1
2021-01-23repository: add repo reference to index_stateDerrick Stolee-0/+1
2021-01-15Merge branch 'bc/rev-parse-path-format'Junio C Hamano-0/+2
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt-0/+1
2020-12-17Merge branch 'jk/oid-array-cleanup'Junio C Hamano-94/+0
2020-12-12abspath: add a function to resolve paths with missing componentsbrian m. carlson-0/+2
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano-1/+6
2020-12-04cache.h: move hash/oid functions to hash.hJeff King-94/+0
2020-12-02apply: don't use core.sharedRepository to create working tree filesMatheus Tavares-1/+6
2020-11-24move sleep_millisec to git-compat-util.hHan-Wen Nienhuys-1/+0
2020-09-22builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson-1/+1
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano-8/+19
2020-09-02wt-status: tolerate dangling marksJonathan Tan-0/+7
2020-09-02sha1-name: replace unsigned int with option structJonathan Tan-8/+12
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano-2/+2