summaryrefslogtreecommitdiffstats
path: root/unpack-trees.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Merge branch 'ds/sparse-checkout-harden'Junio C Hamano1-1/+1
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano1-2/+2
2020-02-12Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano1-1/+1
2020-01-31sparse-checkout: fix cone mode behavior mismatchDerrick Stolee1-1/+1
2020-01-30Merge branch 'ds/sparse-cone'Junio C Hamano1-2/+2
2020-01-28avoid computing zero offsets from NULL pointerJeff King1-1/+1
2020-01-22Merge branch 'es/unpack-trees-oob-fix'Junio C Hamano1-2/+4
2020-01-22Merge branch 'en/simplify-check-updates-in-unpack-trees'Junio C Hamano1-12/+14
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares1-2/+2
2020-01-10unpack-trees: correctly compute result countDerrick Stolee via GitGitGadget1-2/+2
2020-01-08unpack-trees: watch for out-of-range index positionEmily Shaffer1-2/+4
2020-01-07unpack-trees: exit check_updates() early if updates are not wantedElijah Newren1-12/+14
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano1-33/+77
2019-12-09Sync with Git 2.24.1Junio C Hamano1-1/+2
2019-12-06Sync with 2.23.1Johannes Schindelin1-1/+2
2019-12-06Sync with 2.22.2Johannes Schindelin1-1/+2
2019-12-06Sync with 2.21.1Johannes Schindelin1-1/+2
2019-12-06Sync with 2.20.2Johannes Schindelin1-1/+2
2019-12-06Sync with 2.19.3Johannes Schindelin1-1/+2
2019-12-06Sync with 2.18.2Johannes Schindelin1-1/+2
2019-12-06Sync with 2.17.3Johannes Schindelin1-1/+2
2019-12-06Sync with 2.16.6Johannes Schindelin1-1/+2
2019-12-06Sync with 2.15.4Johannes Schindelin1-1/+2
2019-12-06Sync with 2.14.6Johannes Schindelin1-1/+2
2019-12-05Merge branch 'us/unpack-trees-fsmonitor'Junio C Hamano1-1/+5
2019-12-05unpack-trees: let merged_entry() pass through do_add_entry()'s errorsJohannes Schindelin1-1/+2
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee1-2/+3
2019-11-22unpack-trees: add progress to clear_ce_flags()Derrick Stolee1-15/+41
2019-11-22unpack-trees: hash less in cone modeDerrick Stolee1-15/+23
2019-11-22sparse-checkout: use hashmaps for cone patternsDerrick Stolee1-0/+1
2019-11-22trace2: add region in clear_ce_flagsJeff Hostetler1-1/+9
2019-11-21unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah1-1/+5
2019-11-10Fix spelling errors in code commentsElijah Newren1-2/+2
2019-10-04treewide: remove duplicate #include directivesRené Scharfe1-1/+0
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano1-30/+37
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano1-4/+4
2019-09-05unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee1-16/+23
2019-09-05treewide: rename 'exclude' methods to 'pattern'Derrick Stolee1-2/+2
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee1-21/+21
2019-08-22Merge branch 'jk/tree-walk-overflow'Junio C Hamano1-35/+39
2019-08-01tree-walk: harden make_traverse_path() length computationsJeff King1-1/+2
2019-08-01tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King1-9/+7
2019-08-01tree-walk: accept a raw length for traverse_path_len()Jeff King1-3/+3
2019-08-01tree-walk: use size_t consistentlyJeff King1-3/+3
2019-07-31tree-walk: drop oid from traverse_infoJeff King1-24/+29
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano1-1/+1
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano1-1/+1
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy1-1/+1
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder1-4/+4
2019-04-25Merge branch 'jt/batch-fetch-blobs-in-diff'Junio C Hamano1-8/+9