==> git log -n1 <==
commit 9ff90a48d90d9e7fa643908c182a91d85c68de79
Author: Jeff Whitaker <jswhit@fastmail.fm>
Date:   Wed Jan 6 15:26:39 2016 -0700

    update docs
==> git describe --tags --dirty <==
v1.9.5.1rel-dirty
==> git status <==
HEAD detached at v1.9.5.1rel
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   _proj.c
	modified:   lib/pyproj/datadir.py

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	_proj.html
	bld.bat
	lib/pyproj.egg-info/
	lib/pyproj/datadir.py.save
	record.txt

no changes added to commit (use "git add" and/or "git commit -a")
