What file metadata is preserved by Git?
What are from ACL, owner, group ID, file permissions, atime, ctime, mtime preserved in Git history?
As I know executable permission is treated specially:
git add --chmod=+x one.txt
git add --chmod=-x two.txt
Is anything else preserved by Git?