> [It would probably be easier if I used git to output this for me, rather > than typing it into my email client!]
git config alias.gcs "show --date=short -s --pretty='format:%h ("%s", %ad)'"
will make you the `git gcs` alias that I use to describe commits.

