summaryrefslogtreecommitdiff
path: root/t/t7002-mv-sparse-checkout.sh
Commit message (Expand)AuthorAgeFilesLines
* mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan2022-07-011-2/+2
* mv: check if <destination> exists in index to handle overwritingShaoxuan Yuan2022-07-011-2/+2
* mv: check if out-of-cone file exists in index with SKIP_WORKTREE bitShaoxuan Yuan2022-07-011-2/+2
* t7002: add tests for moving out-of-cone file/directoryShaoxuan Yuan2022-07-011-0/+84
* tests: stop assuming --no-cone is the default mode for sparse-checkoutElijah Newren2022-04-211-1/+1
* add, rm, mv: fix bug that prevents the update of non-sparse dirsMatheus Tavares2021-10-281-2/+22
* advice: update message to suggest '--sparse'Derrick Stolee2021-09-281-3/+6
* mv: refuse to move sparse pathsDerrick Stolee2021-09-281-0/+186