aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7002-mv-sparse-checkout.sh
AgeCommit message (Expand)AuthorFilesLines
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano1-2/+2
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy1-2/+2
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-06-04dir.c: free removed sparse-pattern hashmap entriesJeff King1-0/+1
2022-08-10mv: check overwrite for in-to-out moveShaoxuan Yuan1-3/+3
2022-08-10advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan1-1/+23
2022-08-10mv: cleanup empty WORKING_DIRECTORYShaoxuan Yuan1-0/+4
2022-08-10mv: from in-cone to out-of-coneShaoxuan Yuan1-4/+4
2022-08-10t7002: add tests for moving from in-cone to out-of-coneShaoxuan Yuan1-0/+198
2022-07-01mv: add check_dir_in_index() and solve general dir check issueShaoxuan Yuan1-2/+2
2022-07-01mv: check if <destination> exists in index to handle overwritingShaoxuan Yuan1-2/+2
2022-07-01mv: check if out-of-cone file exists in index with SKIP_WORKTREE bitShaoxuan Yuan1-2/+2
2022-07-01t7002: add tests for moving out-of-cone file/directoryShaoxuan Yuan1-0/+84
2022-04-21tests: stop assuming --no-cone is the default mode for sparse-checkoutElijah Newren1-1/+1
2021-10-28add, rm, mv: fix bug that prevents the update of non-sparse dirsMatheus Tavares1-2/+22
2021-09-28advice: update message to suggest '--sparse'Derrick Stolee1-3/+6
2021-09-28mv: refuse to move sparse pathsDerrick Stolee1-0/+186