summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
2021-03-09Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano
2021-02-12Sync with 2.28.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-12unpack_trees(): start with a fresh lstat cacheMatheus Tavares
2021-01-24sparse-checkout: load sparse-checkout patternsDerrick Stolee
2021-01-24cache-tree: clean up cache_tree_update()Derrick Stolee
2021-01-04unpack-trees: add trace2 regionsDerrick Stolee
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-05-20Merge branch 'en/sparse-checkout'Junio C Hamano
2020-05-15unpack-trees: also allow get_progress() to work on a different indexElijah Newren
2020-05-13Merge branch 'ds/sparse-updates-oob-access-fix'Junio C Hamano
2020-05-08Merge branch 'ds/sparse-allow-empty-working-tree'Junio C Hamano
2020-05-08unpack-trees: avoid array out-of-bounds errorDerrick Stolee
2020-05-04sparse-checkout: stop blocking empty workdirsDerrick Stolee
2020-04-29Merge branch 'en/sparse-checkout'Junio C Hamano
2020-04-28Merge branch 'jt/avoid-prefetch-when-able-in-diff'Junio C Hamano
2020-04-02promisor-remote: accept 0 as oid_nr in functionJonathan Tan
2020-03-27unpack-trees: failure to set SKIP_WORKTREE bits always just a warningElijah Newren
2020-03-27unpack-trees: provide warnings on sparse updates for unmerged paths tooElijah Newren
2020-03-27unpack-trees: make sparse path messages sound like warningsElijah Newren
2020-03-27unpack-trees: split display_error_msgs() into twoElijah Newren
2020-03-27unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*Elijah Newren
2020-03-27unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlierElijah Newren
2020-03-27unpack-trees: add a new update_sparsity() functionElijah Newren
2020-03-27unpack-trees: pull sparse-checkout pattern reading into a new functionElijah Newren
2020-03-27unpack-trees: do not mark a dirty path with SKIP_WORKTREEElijah Newren
2020-03-27unpack-trees: allow check_updates() to work on a different indexElijah Newren
2020-03-27unpack-trees: simplify pattern_list freeingElijah Newren
2020-03-27unpack-trees: simplify verify_absent_sparse()Elijah Newren
2020-03-27unpack-trees: remove unused error typeElijah Newren
2020-03-27unpack-trees: fix minor typo in commentElijah Newren
2020-03-27Merge branch 'bc/filter-process'Junio C Hamano
2020-03-27Merge branch 'pb/recurse-submodules-fix'Junio C Hamano
2020-03-17Merge branch 'en/simplify-check-updates-in-unpack-trees' into maintJunio C Hamano
2020-03-17Merge branch 'jk/clang-sanitizer-fixes' into maintJunio C Hamano
2020-03-16builtin/checkout: compute checkout metadata for checkoutsbrian m. carlson
2020-02-19unpack-trees: check for missing submodule directory in merged_entryPhilippe Blain
2020-02-19unpack-trees: remove outdated description for verify_clean_submodulePhilippe Blain
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano