Store custom metadata against individual files in a Git repository

Viewed 3793

I'm working with a Git repository and would like to define custom properties to apply to each file in the repository. These properties could then be updated on each commit. Ideally the properties should be easily searchable and eventually exportable.

Is there an easy way to do this in Git? I've looked into Git notes, but as far as I can tell that's per commit not per file.

Thanks.

2 Answers
Related