Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | t2501: simplify the tests since we can now assume desired behavior | Elijah Newren | 2021-12-09 | 1 | -87/+36 |
* | dir: new flag to remove_dir_recurse() to spare the original_cwd | Elijah Newren | 2021-12-09 | 1 | -5/+0 |
* | dir: avoid incidentally removing the original_cwd in remove_path() | Elijah Newren | 2021-12-09 | 1 | -8/+4 |
* | stash: do not attempt to remove startup_info->original_cwd | Elijah Newren | 2021-12-09 | 1 | -1/+1 |
* | rebase: do not attempt to remove startup_info->original_cwd | Elijah Newren | 2021-12-09 | 1 | -2/+2 |
* | clean: do not attempt to remove startup_info->original_cwd | Elijah Newren | 2021-12-09 | 1 | -2/+3 |
* | symlinks: do not include startup_info->original_cwd in dir removal | Elijah Newren | 2021-12-09 | 1 | -5/+5 |
* | unpack-trees: add special cwd handling | Elijah Newren | 2021-12-09 | 1 | -1/+1 |
* | unpack-trees: refuse to remove startup_info->original_cwd | Elijah Newren | 2021-12-09 | 1 | -13/+7 |
* | t2501: add various tests for removing the current working directory | Elijah Newren | 2021-12-09 | 1 | -0/+342 |