summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
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
2019-04-25Merge branch 'nd/checkout-m'Junio C Hamano
2019-04-25Merge branch 'jk/unused-params-even-more'Junio C Hamano
2019-04-25Merge branch 'bp/post-index-change-hook'Junio C Hamano
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy
2019-04-01sha1-file: support OBJECT_INFO_FOR_PREFETCHJonathan Tan
2019-03-24unpack-trees: rename "gently" flag to "quiet"Nguyễn Thái Ngọc Duy
2019-03-24unpack-trees: keep gently check inside add_rejected_pathNguyễn Thái Ngọc Duy
2019-03-21unpack-trees: fix oneway_merge accidentally carry over stage indexNguyễn Thái Ngọc Duy
2019-03-20unpack-trees: drop unused error_type parametersJeff King
2019-03-20unpack-trees: drop name_entry from traverse_by_cache_tree()Jeff King
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano
2019-02-15read-cache: add post-index-change hookBen Peart