I known that with subversion you can attach arbitrary properties to each files.
In Subversion some properties have special meaning, they are the properties in the "svn:" namespace, but you can attach any arbitrary property to files.
I wonder if git or any other distributed version control system support this feature.
Any other version control system (distributed or centralized) has the support to something similar to the subversion properties?