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