unpack-trees: provide warnings on sparse updates for unmerged paths too
Elijah Newren committed over 6 years ago
unpack-trees: make sparse path messages sound like warnings
Elijah Newren committed over 6 years ago
unpack-trees: split display_error_msgs() into two
Elijah Newren committed over 6 years ago
unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*
Elijah Newren committed over 6 years ago
unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlier
Elijah Newren committed over 6 years ago
sparse-checkout: use improved unpack_trees porcelain messages
Elijah Newren committed over 6 years ago
sparse-checkout: use new update_sparsity() function
Elijah Newren committed over 6 years ago
unpack-trees: add a new update_sparsity() function
Elijah Newren committed over 6 years ago
unpack-trees: pull sparse-checkout pattern reading into a new function
Elijah Newren committed over 6 years ago
unpack-trees: do not mark a dirty path with SKIP_WORKTREE
Elijah Newren committed over 6 years ago
unpack-trees: allow check_updates() to work on a different index
Elijah Newren committed over 6 years ago
t1091: make some tests a little more defensive against failures
Elijah Newren committed over 6 years ago
unpack-trees: simplify pattern_list freeing
Elijah Newren committed over 6 years ago
unpack-trees: simplify verify_absent_sparse()
Elijah Newren committed over 6 years ago
unpack-trees: remove unused error type
Elijah Newren committed over 6 years ago
unpack-trees: fix minor typo in comment
Elijah Newren committed over 6 years ago
t/lib-*.sh: drop executable bit
Jeff King committed over 6 years ago
t/lib-credential.sh: drop shebang line
Jeff King committed over 6 years ago
run-command: trigger PATH lookup properly on Cygwin
Andras Kucsma committed over 6 years ago
t5801: teach compare_refs() to accept !
Denton Liu committed over 6 years ago