==> git log -n1 <==
commit 2d2343b9926c9b1a1eb6514090f1213973d3c636
Merge: bd16e72 16168c5
Author: Phil Elson <pelson.pub@gmail.com>
Date:   Sun Oct 25 07:07:55 2015 +0000

    Merge pull request #13 from pelson/unittests
    
    Added unittests to support the integration tests.

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

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

	3.4
	bld.bat
	record.txt

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

