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: How can I get git to follow symlinks?. There's also a question about what git typically does How does git handle symbolic links?. 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.