aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authormbohy <matt.bohy@protonmail.com>2023-01-28 19:42:46 +0000
committerGitHub <noreply@github.com>2023-01-28 20:42:46 +0100
commitf848aaf02ab0cb9a41cef3f457c45a93e2265d76 (patch)
tree3bd6f56e958dbe78612d06243811dae8b75a02a0 /LICENSE
parent5dabd83e3712e2554745c736b55df405a0ba4f33 (diff)
downloadgo-git-f848aaf02ab0cb9a41cef3f457c45a93e2265d76.tar.gz
git: worktree: check for empty parent dirs during Reset (Fixes #670) (#671)
When we delete dir1/dir2/file1, we currently check if dir2 becomes empty with the deletion of file1, and if so, we delete dir2. If dir1 becomes empty with the deletion of dir2, we don't notice that, and dir1 is left behind. This commit adds a loop to check each parent directory in the file path for emptiness, removing empty directories along the way until a non-empty directory is found (or an error occurs).
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions