Discovery win: Fix detection of case-only renames
authorChristian Kamm <mail@ckamm.de>
Thu, 14 Feb 2019 13:52:22 +0000 (14:52 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:42 +0000 (10:58 +0100)
commit93afc2a04b48302db9c6504f9ce93b1e4c006274
tree51294a2e9e183b731e2c3005ccf8130639992537
parent238ac536662256ba14ebeabad7f67a19043963fb
Discovery win: Fix detection of case-only renames

Previously they were detected as DELETE+NEW because if "a" is renamed to
"A" then QFile::exists("a") will still return true on Windows.
src/libsync/discovery.cpp
test/testsyncmove.cpp