summaryrefslogtreecommitdiffstats
path: root/cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/bulk-prefetch'Junio C Hamano2021-08-021-0/+9
|\
| * unpack-trees: refactor prefetching codeJonathan Tan2021-07-231-0/+9
* | *.h: add a few missing __attribute__((format))Ævar Arnfjörð Bjarmason2021-07-131-0/+1
|/
* Merge branch 'mt/parallel-checkout-part-3'Junio C Hamano2021-05-161-5/+9
|\
| * make_transient_cache_entry(): optionally alloc from mem_poolMatheus Tavares2021-05-051-5/+9
* | Merge branch 'jk/symlinked-dotgitx-cleanup'Junio C Hamano2021-05-111-0/+1
|\ \
| * | t0060: test ntfs/hfs-obscured dotfilesJeff King2021-05-041-0/+1
* | | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-7/+8
|\ \ \ | |/ / |/| |
| * | refresh_index(): add flag to ignore SKIP_WORKTREE entriesMatheus Tavares2021-04-081-7/+8
* | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-4/+21
|\ \ \ | |_|/ |/| |
| * | cache: move ensure_full_index() to cache.hDerrick Stolee2021-04-141-0/+1
| * | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-3/+3
| * | sparse-index: add index.sparse config optionDerrick Stolee2021-03-301-0/+1
| * | sparse-index: convert from full to sparseDerrick Stolee2021-03-301-0/+2
| * | sparse-checkout: hold pattern list in indexDerrick Stolee2021-03-301-0/+2
| * | sparse-index: implement ensure_full_index()Derrick Stolee2021-03-301-1/+12
* | | Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano2021-04-021-24/+0
|\ \ \
| * | | entry: extract a header file for entry.c functionsMatheus Tavares2021-03-231-24/+0
| | |/ | |/|
* | | Merge branch 'ab/read-tree'Junio C Hamano2021-03-301-1/+1
|\ \ \ | | |/ | |/|
| * | tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason2021-03-201-1/+1
* | | Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano2021-03-301-1/+1
|\ \ \ | |_|/ |/| |
| * | checkout: don't follow symlinks when removing entriesMatheus Tavares2021-03-181-1/+1
* | | Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano2021-03-081-0/+1
|\ \ \ | |_|/ |/| |
| * | Sync with 2.29.3Johannes Schindelin2021-02-121-0/+1
| |\|
| | * Sync with 2.28.1Johannes Schindelin2021-02-121-0/+1
| | |\
| | | * Sync with 2.27.1Johannes Schindelin2021-02-121-0/+1
| | | |\
| | | | * Sync with 2.26.3Johannes Schindelin2021-02-121-0/+1
| | | | |\
| | | | | * Sync with 2.25.5Johannes Schindelin2021-02-121-0/+1
| | | | | |\
| | | | | | * Sync with 2.24.4Johannes Schindelin2021-02-121-0/+1
| | | | | | |\
| | | | | | | * Sync with 2.23.4Johannes Schindelin2021-02-121-0/+1
| | | | | | | |\
| | | | | | | | * Sync with 2.22.5Johannes Schindelin2021-02-121-0/+1
| | | | | | | | |\
| | | | | | | | | * Sync with 2.21.4Johannes Schindelin2021-02-121-0/+1
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.20.5Johannes Schindelin2021-02-121-0/+1
| | | | | | | | | | |\
| | | | | | | | | | | * Sync with 2.19.6Johannes Schindelin2021-02-121-0/+1
| | | | | | | | | | | |\
| | | | | | | | | | | | * Sync with 2.18.5Johannes Schindelin2021-02-121-0/+1
| | | | | | | | | | | | |\
| | | | | | | | | | | | | * Sync with 2.17.6Johannes Schindelin2021-02-121-0/+1
| | | | | | | | | | | | | |\
| | | | | | | | | | | | | | * checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares2021-02-121-0/+1
| | | | | | | | | * | | | | | Merge branch 'sg/rebase-progress' into maintJunio C Hamano2019-07-291-0/+1
| | | | | | | | | |\ \ \ \ \ \
* | | | | | | | | | \ \ \ \ \ \ Merge branch 'ds/more-index-cleanups'Junio C Hamano2021-02-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | repository: add repo reference to index_stateDerrick Stolee2021-01-231-0/+1
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-251-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | config: allow specifying config entries via envvar pairsPatrick Steinhardt2021-01-151-0/+1
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'bc/rev-parse-path-format'Junio C Hamano2021-01-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | abspath: add a function to resolve paths with missing componentsbrian m. carlson2020-12-121-0/+2
* | | | | | | | | | | | | | | | Merge branch 'jk/oid-array-cleanup'Junio C Hamano2020-12-171-94/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | cache.h: move hash/oid functions to hash.hJeff King2020-12-041-94/+0
* | | | | | | | | | | | | | | | Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano2020-12-081-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | apply: don't use core.sharedRepository to create working tree filesMatheus Tavares2020-12-021-1/+6
| |/ / / / / / / / / / / / / /
* / / / / / / / / / / / / / / move sleep_millisec to git-compat-util.hHan-Wen Nienhuys2020-11-241-1/+0
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | builtin/clone: avoid failure with GIT_DEFAULT_HASHbrian m. carlson2020-09-221-1/+1