I have a bare (remote) GIT repository with several users blessed to commit there. In the clone / pull repository, I want each source file containing the magic of $Id:$ to be expanded to some. for example: $Id: <name-of-last-committer> <data> .
It would be great if this extended / compensated magic line would not affect the state of the file change.
I guess this is done through hooks. I wonder if there are any hooks ready for use? Or how can my problem with $Id be solved? Thanks.
source share