| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-15 | Merge branch 'bf/explicit-config-set-in-advice-messages' | Junio C Hamano | 1 | -2/+2 |
| 2024-12-06 | advice: suggest using subcommand "git config set" | Bence Ferdinandy | 1 | -2/+2 |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2024-06-04 | dir.c: free removed sparse-pattern hashmap entries | Jeff King | 1 | -0/+1 |
| 2022-08-10 | mv: check overwrite for in-to-out move | Shaoxuan Yuan | 1 | -3/+3 |
| 2022-08-10 | advice.h: add advise_on_moving_dirty_path() | Shaoxuan Yuan | 1 | -1/+23 |
| 2022-08-10 | mv: cleanup empty WORKING_DIRECTORY | Shaoxuan Yuan | 1 | -0/+4 |
| 2022-08-10 | mv: from in-cone to out-of-cone | Shaoxuan Yuan | 1 | -4/+4 |
| 2022-08-10 | t7002: add tests for moving from in-cone to out-of-cone | Shaoxuan Yuan | 1 | -0/+198 |
| 2022-07-01 | mv: add check_dir_in_index() and solve general dir check issue | Shaoxuan Yuan | 1 | -2/+2 |
| 2022-07-01 | mv: check if <destination> exists in index to handle overwriting | Shaoxuan Yuan | 1 | -2/+2 |
| 2022-07-01 | mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit | Shaoxuan Yuan | 1 | -2/+2 |
| 2022-07-01 | t7002: add tests for moving out-of-cone file/directory | Shaoxuan Yuan | 1 | -0/+84 |
| 2022-04-21 | tests: stop assuming --no-cone is the default mode for sparse-checkout | Elijah Newren | 1 | -1/+1 |
| 2021-10-28 | add, rm, mv: fix bug that prevents the update of non-sparse dirs | Matheus Tavares | 1 | -2/+22 |
| 2021-09-28 | advice: update message to suggest '--sparse' | Derrick Stolee | 1 | -3/+6 |
| 2021-09-28 | mv: refuse to move sparse paths | Derrick Stolee | 1 | -0/+186 |