summaryrefslogtreecommitdiff
path: root/unpack-trees.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/sparse-checkout-harden'Junio C Hamano2020-02-141-1/+1
|\
| * sparse-checkout: fix cone mode behavior mismatchDerrick Stolee2020-01-311-1/+1
* | Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano2020-02-141-2/+2
|\ \
| * | submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares2020-01-171-2/+2
* | | Merge branch 'jk/clang-sanitizer-fixes'Junio C Hamano2020-02-121-1/+1
|\ \ \
| * | | avoid computing zero offsets from NULL pointerJeff King2020-01-281-1/+1
| |/ /
* | | Merge branch 'ds/sparse-cone'Junio C Hamano2020-01-301-2/+2
|\ \ \
| * | | unpack-trees: correctly compute result countDerrick Stolee via GitGitGadget2020-01-101-2/+2
| | |/ | |/|
* | | Merge branch 'es/unpack-trees-oob-fix'Junio C Hamano2020-01-221-2/+4
|\ \ \
| * | | unpack-trees: watch for out-of-range index positionEmily Shaffer2020-01-081-2/+4
* | | | Merge branch 'en/simplify-check-updates-in-unpack-trees'Junio C Hamano2020-01-221-12/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | unpack-trees: exit check_updates() early if updates are not wantedElijah Newren2020-01-071-12/+14
| |/ /
* | | Merge branch 'ds/sparse-cone'Junio C Hamano2019-12-251-33/+77
|\ \ \ | | |/ | |/|
| * | sparse-checkout: update working directory in-processDerrick Stolee2019-11-221-2/+3
| * | unpack-trees: add progress to clear_ce_flags()Derrick Stolee2019-11-221-15/+41
| * | unpack-trees: hash less in cone modeDerrick Stolee2019-11-221-15/+23
| * | sparse-checkout: use hashmaps for cone patternsDerrick Stolee2019-11-221-0/+1
| * | trace2: add region in clear_ce_flagsJeff Hostetler2019-11-221-1/+9
* | | Sync with Git 2.24.1Junio C Hamano2019-12-091-1/+2
|\ \ \ | | |/ | |/|
| * | Sync with 2.23.1Johannes Schindelin2019-12-061-1/+2
| |\ \ | | |/ | |/|
| | * Sync with 2.22.2Johannes Schindelin2019-12-061-1/+2
| | |\
| | | * Sync with 2.21.1Johannes Schindelin2019-12-061-1/+2
| | | |\
| | | | * Sync with 2.20.2Johannes Schindelin2019-12-061-1/+2
| | | | |\
| | | | | * Sync with 2.19.3Johannes Schindelin2019-12-061-1/+2
| | | | | |\
| | | | | | * Sync with 2.18.2Johannes Schindelin2019-12-061-1/+2
| | | | | | |\
| | | | | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+2
| | | | | | | |\
| | | | | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-1/+2
| | | | | | | | |\
| | | | | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-1/+2
| | | | | | | | | |\
| | | | | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+2
| | | | | | | | | | |\
| | | | | | | | | | | * unpack-trees: let merged_entry() pass through do_add_entry()'s errorsJohannes Schindelin2019-12-051-1/+2
| | | | | | | | | | | * Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-261-0/+2
| | | | | | | | | | | |\
* | | | | | | | | | | | \ Merge branch 'us/unpack-trees-fsmonitor'Junio C Hamano2019-12-051-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | unpack-trees: skip stat on fsmonitor-valid filesUtsav Shah2019-11-211-1/+5
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix spelling errors in code commentsElijah Newren2019-11-101-2/+2
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
* | | | | | | | | | | | Merge branch 'ds/include-exclude'Junio C Hamano2019-09-301-30/+37
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee2019-09-051-16/+23
| * | | | | | | | | | | | treewide: rename 'exclude' methods to 'pattern'Derrick Stolee2019-09-051-2/+2
| * | | | | | | | | | | | treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee2019-09-051-21/+21
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-4/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/tree-walk-overflow'Junio C Hamano2019-08-221-35/+39
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | tree-walk: harden make_traverse_path() length computationsJeff King2019-08-011-1/+2
| * | | | | | | | | | | tree-walk: add a strbuf wrapper for make_traverse_path()Jeff King2019-08-011-9/+7
| * | | | | | | | | | | tree-walk: accept a raw length for traverse_path_len()Jeff King2019-08-011-3/+3
| * | | | | | | | | | | tree-walk: use size_t consistentlyJeff King2019-08-011-3/+3
| * | | | | | | | | | | tree-walk: drop oid from traverse_infoJeff King2019-07-311-24/+29
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/tree-walk-with-repo'Junio C Hamano2019-07-191-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy2019-06-271-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |