Updating to Git 1.7.0.4 on Mac OS X 10.6.2 Snow LeopardEdit

Notes made while updating from Git 1.7.0.3 to Git 1.7.0.4 from within a local clone of the official upstream Git repository on Mac OS X 10.6.2 Snow Leopard:

$ git fetch
$ git tag -v v1.7.0.4
$ git co v1.7.0.4                                                     # "co" is an alias for "checkout"
$ make clean
$ make prefix=/usr/local test
$ sudo make prefix=/usr/local install quick-install-man
$ diff -u ~/.git-completion.sh contrib/completion/git-completion.bash # any changes to Bash completion?
$ cp contrib/completion/git-completion.bash ~/.git-completion.sh      # no, but this is how we would install it if there were