I'm facing a problem of watermarking my work. I want to provide my work to my customers using git repository but with benefits of a doubt. I know how to watermark my work but the question is how to do it per user.
Is there a way to modify content of git clone that it will differ for particular user?
My first thought was to somehow provide different version of single commit for each user but there are couple problems with this solution. First I do not know how to do it and second it is probably not reliable solution as it will be easy to find this commit and change it.
Do you have any idea of how to resolve this issue?