Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mv: add check_dir_in_index() and solve general dir check issue | Shaoxuan Yuan | 2022-07-01 | 1 | -2/+2 |
* | mv: check if <destination> exists in index to handle overwriting | Shaoxuan Yuan | 2022-07-01 | 1 | -2/+2 |
* | mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit | Shaoxuan Yuan | 2022-07-01 | 1 | -2/+2 |
* | t7002: add tests for moving out-of-cone file/directory | Shaoxuan Yuan | 2022-07-01 | 1 | -0/+84 |
* | tests: stop assuming --no-cone is the default mode for sparse-checkout | Elijah Newren | 2022-04-21 | 1 | -1/+1 |
* | add, rm, mv: fix bug that prevents the update of non-sparse dirs | Matheus Tavares | 2021-10-28 | 1 | -2/+22 |
* | advice: update message to suggest '--sparse' | Derrick Stolee | 2021-09-28 | 1 | -3/+6 |
* | mv: refuse to move sparse paths | Derrick Stolee | 2021-09-28 | 1 | -0/+186 |