mirror of
https://github.com/git/git.git
synced 2026-01-21 08:00:54 +00:00
We have this loop where we try to remove the read-only attribute when rename() fails and try again. If it fails again, let's not try to remove the read-only attribute and try *again*. This fixes https://github.com/git-for-windows/git/issues/1299 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>