==> git log -n1 <==
commit 096ca4721ea6750b8d6259635bd729f2f1b56e21
Merge: adfe7da 1d5bbf0
Author: Phil Elson <pelson.pub@gmail.com>
Date:   Tue Oct 13 08:39:15 2015 +0100

    Merge pull request #2 from pelson/travis_testing
    
    Added travis testing.

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

==> git status <==
HEAD detached at v0.3.0
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)

	2.7
	bld.bat
	record.txt

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

