Hi, File case rename is not detected correctly on case-insensitive filesystems. git mv does support it though. Example: git init echo hello > foo git add foo git commit -m initial mv foo Foo git status # No changes git add . -A # Doesn't add anything - Orgad -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html