How can I install gitk on a Mac? From their official website, it seems gitk comes with Git, but the version of my Git (git version 1.7.12.4 (Apple Git-37))...
I am trying to make a commit like git commit --author="John Doe <john@doe.com>" -m "<the usual commit message>" where John Doe is some user in whose name I want...