So, question for the Git nerds: What did you do to install Git? Compile from source or does someone maintain a nice package for Mac OS X?
I installed brew: http://github.com/mxcl/homebrew (get the tarball). and then used brew to install git.
After you have git, you can then git clone brew itself to get new formulas going.
- Adam V.