summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
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-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
2019-10-03treewide: remove duplicate #include directivesRené Scharfe
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-08-22Merge branch 'jk/tree-walk-overflow'Junio C Hamano
2019-08-01tree-walk: harden make_traverse_path() length computationsJeff King
2019-08-01tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King
2019-08-01tree-walk: accept a raw length for traverse_path_len()Jeff King
2019-08-01tree-walk: use size_t consistentlyJeff King
2019-07-31tree-walk: drop oid from traverse_infoJeff King
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder
2019-04-25Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano