summaryrefslogtreecommitdiffstats
path: root/t/t7002-mv-sparse-checkout.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* dir.c: free removed sparse-pattern hashmap entriesJeff King2024-06-041-0/+1
* mv: check overwrite for in-to-out moveShaoxuan Yuan2022-08-101-3/+3
* advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan2022-08-101-1/+23
* mv: cleanup empty WORKING_DIRECTORYShaoxuan Yuan2022-08-101-0/+4
* mv: from in-cone to out-of-coneShaoxuan Yuan2022-08-101-4/+4
* t7002: add tests for moving from in-cone to out-of-coneShaoxuan Yuan2022-08-101-0/+198
* 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-221-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