mirror of
https://github.com/git/git.git
synced 2026-02-04 15:04:45 +00:00
When the rename function tries to move a directory it fails if the target directory exists. It should check if it can delete the (possibly empty) target directory and then try again to move the directory. Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: 마누엘 <nalla@users.noreply.github.com>