Somebody already asked how you can get git to follow symlinks. There was an answer for a symlinked directory, but not for a symlinked file. It was also over a year ago.
Question: how do you get git to follow a symlink and add the file it refers to?
Here is the old question: http://stackoverflow.com/questions/86402/how-can-i-get-git-to-follow-symlinks. There's also a question about what git typically does http://stackoverflow.com/questions/954560/what-does-git-do-to-files-that-are-a-symbolic-link. I'm after a way of changing this behaviour.
In case you care: I'm running git 1.5.4.3 on unix and git version 1.6.0 on mac.