467 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
Elijah Newren 6c34239de6 unpack-trees: also allow get_progress() to work on a different index 5 years ago
Derrick Stolee 0eeb3be4c4 unpack-trees: avoid array out-of-bounds error 5 years ago
Derrick Stolee ace224ac5f sparse-checkout: stop blocking empty workdirs 5 years ago
Jonathan Tan db7ed7418b promisor-remote: accept 0 as oid_nr in function 5 years ago
Elijah Newren 681c637b4a unpack-trees: failure to set SKIP_WORKTREE bits always just a warning 5 years ago
Elijah Newren ebb568b9e2 unpack-trees: provide warnings on sparse updates for unmerged paths too 5 years ago
Elijah Newren 22ab0b37d8 unpack-trees: make sparse path messages sound like warnings 5 years ago
Elijah Newren 6271d77cb1 unpack-trees: split display_error_msgs() into two 5 years ago
Elijah Newren 1ac83f42da unpack-trees: rename ERROR_* fields meant for warnings to WARNING_* 5 years ago
Elijah Newren cd002c1561 unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlier 5 years ago
Elijah Newren 7af7a25853 unpack-trees: add a new update_sparsity() function 5 years ago
Elijah Newren 30e89c12f0 unpack-trees: pull sparse-checkout pattern reading into a new function 5 years ago
Elijah Newren 3cc7c50402 unpack-trees: do not mark a dirty path with SKIP_WORKTREE 5 years ago
Elijah Newren b0a5a12a60 unpack-trees: allow check_updates() to work on a different index 5 years ago
Elijah Newren fa0bde45cd unpack-trees: simplify pattern_list freeing 5 years ago
Elijah Newren d61633ae18 unpack-trees: simplify verify_absent_sparse() 5 years ago
Elijah Newren d7dc1e1668 unpack-trees: remove unused error type 5 years ago
Elijah Newren 031ba55b6b unpack-trees: fix minor typo in comment 5 years ago
brian m. carlson 13e7ed6a3a builtin/checkout: compute checkout metadata for checkouts 5 years ago
Philippe Blain e84704f15c unpack-trees: check for missing submodule directory in merged_entry 5 years ago
Philippe Blain 16f2b6bb36 unpack-trees: remove outdated description for verify_clean_submodule 5 years ago
Derrick Stolee f998a3f1e5 sparse-checkout: fix cone mode behavior mismatch 5 years ago
Jeff King d20bc01a51 avoid computing zero offsets from NULL pointer 5 years ago
Matheus Tavares d7992421e1 submodule-config: add skip_if_read option to repo_read_gitmodules() 5 years ago
Derrick Stolee via GitGitGadget 4c6c7971e0 unpack-trees: correctly compute result count 5 years ago
Emily Shaffer 573117dfa5 unpack-trees: watch for out-of-range index position 5 years ago
Elijah Newren 26f924d50e unpack-trees: exit check_updates() early if updates are not wanted 5 years ago
Johannes Schindelin cc756edda6 unpack-trees: let merged_entry() pass through do_add_entry()'s errors 5 years ago
Derrick Stolee e091228e17 sparse-checkout: update working directory in-process 5 years ago
Derrick Stolee 4dcd4def3c unpack-trees: add progress to clear_ce_flags() 5 years ago
Derrick Stolee eb42feca97 unpack-trees: hash less in cone mode 5 years ago
Derrick Stolee 96cc8ab531 sparse-checkout: use hashmaps for cone patterns 5 years ago
Jeff Hostetler e6152e35ff trace2: add region in clear_ce_flags 5 years ago
Utsav Shah 679f2f9fdd unpack-trees: skip stat on fsmonitor-valid files 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
René Scharfe 2fe44394c8 treewide: remove duplicate #include directives 6 years ago
Derrick Stolee 468ce99b77 unpack-trees: rename 'is_excluded_from_list()' 6 years ago
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 6 years ago
Derrick Stolee caa3d55444 treewide: rename 'struct exclude_list' to 'struct pattern_list' 6 years ago
Jeff King 5aa02f9868 tree-walk: harden make_traverse_path() length computations 6 years ago
Jeff King c43ab06259 tree-walk: add a strbuf wrapper for make_traverse_path() 6 years ago
Jeff King b3b3cbcbf2 tree-walk: accept a raw length for traverse_path_len() 6 years ago
Jeff King 37806080d7 tree-walk: use size_t consistently 6 years ago
Jeff King 9055384710 tree-walk: drop oid from traverse_info 6 years ago
Nguyễn Thái Ngọc Duy 5e57580733 tree-walk.c: remove the_repo from fill_tree_descriptor() 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Nguyễn Thái Ngọc Duy 328c6cb853 doc: promote "git switch" 6 years ago
Jonathan Tan 0f4a4fb1c4 sha1-file: support OBJECT_INFO_FOR_PREFETCH 6 years ago
Nguyễn Thái Ngọc Duy b165fac8c1 unpack-trees: rename "gently" flag to "quiet" 6 years ago
Nguyễn Thái Ngọc Duy 191e9d2c2d unpack-trees: keep gently check inside add_rejected_path 6 years ago