There is a certain file that I want to share in its current state, but I don't want further changes to be committed. So I did "assume-unchanged" to that file. Now, git ignores changes to this file in my repository. But what about other users of the repository - will they have to do "assume-unchanged" for this file in their own repository?
Is there a way to automatically make the "assume-unchanged" directive valid for other users too, as it is done with the "gitignore" information?