summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/case_sensitivity_on_FAT.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/case_sensitivity_on_FAT.mdwn b/doc/bugs/case_sensitivity_on_FAT.mdwn
index cb3424e34..682acc71d 100644
--- a/doc/bugs/case_sensitivity_on_FAT.mdwn
+++ b/doc/bugs/case_sensitivity_on_FAT.mdwn
@@ -44,3 +44,6 @@ I wonder if the directory remote should use hashDirLower instead of hashDirMixed
>>> Bare repositories now use lowercase. rsync is the only remaining
>>> unsupported possibility. --[[Joey]]
+>>>> Everything now uses lowercase, with the exception of non-bare
+>>>> repos, which cannot be on FAT anyway due to using symlinks. [[done]]
+>>>> --[[Joey]]