summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
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
2020-02-14Merge branch 'ds/sparse-cone' into maintJunio C Hamano
2020-02-14Merge branch 'es/unpack-trees-oob-fix' into maintJunio C Hamano
2020-02-12Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano
2020-01-31sparse-checkout: fix cone mode behavior mismatchDerrick Stolee
2020-01-30Merge branch 'ds/sparse-cone'Junio C Hamano
2020-01-29avoid computing zero offsets from NULL pointerJeff King
2020-01-22Merge branch 'es/unpack-trees-oob-fix'Junio C Hamano
2020-01-22Merge branch 'en/simplify-check-updates-in-unpack-trees'Junio C Hamano
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares
2020-01-10unpack-trees: correctly compute result countDerrick Stolee via GitGitGadget
2020-01-08unpack-trees: watch for out-of-range index positionEmily Shaffer
2020-01-07unpack-trees: exit check_updates() early if updates are not wantedElijah Newren
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'us/unpack-trees-fsmonitor'Junio C Hamano
2019-12-05unpack-trees: let merged_entry() pass through do_add_entry()'s errorsJohannes Schindelin
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee
2019-11-22unpack-trees: add progress to clear_ce_flags()Derrick Stolee
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee
2019-11-22trace2: add region in clear_ce_flagsJeff Hostetler
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah
2019-11-10Fix spelling errors in code commentsElijah Newren