==> git log -n1 <==
commit 319cbaf30f65d01af4c42e5491d688758ba1b5e0
Author: Phil Elson <pelson.pub@gmail.com>
Date:   Sat Oct 10 10:30:34 2015 +0100

    Fixed versioneer for git 1.7

==> git describe --tags --dirty <==
v0.2.1-dirty

==> git status <==
HEAD detached at v0.2.1
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:   example.sh
	modified:   tests/run_tests.sh

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

	3.4
	bld.bat
	record.txt

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

