summaryrefslogtreecommitdiff
path: root/t/t2501-cwd-empty.sh
AgeCommit message (Expand)AuthorFilesLines
2026-07-06t: convert grep assertions to test_grepMichael Montalbo1-2/+2
2025-04-08tests: remove GIT_TEST_MERGE_ALGORITHM and test_expect_merge_algorithmElijah Newren1-2/+0
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-08-01builtin/stash: fix various trivial memory leaksPatrick Steinhardt1-0/+1
2021-12-09t2501: simplify the tests since we can now assume desired behaviorElijah Newren1-85/+34
2021-12-09dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren1-5/+0
2021-12-09dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren1-8/+4
2021-12-09stash: do not attempt to remove startup_info->original_cwdElijah Newren1-1/+1
2021-12-09rebase: do not attempt to remove startup_info->original_cwdElijah Newren1-2/+2
2021-12-09clean: do not attempt to remove startup_info->original_cwdElijah Newren1-2/+3
2021-12-09symlinks: do not include startup_info->original_cwd in dir removalElijah Newren1-5/+5
2021-12-09unpack-trees: add special cwd handlingElijah Newren1-1/+1
2021-12-09unpack-trees: refuse to remove startup_info->original_cwdElijah Newren1-13/+7
2021-12-09t2501: add various tests for removing the current working directoryElijah Newren1-0/+342