==> git log -n1 <==
commit 6766b7399d916e19df210ea4d77d987ec3319609
Author: Jonathan Helmus <jjhelmus@gmail.com>
Date:   Mon Jan 8 11:47:09 2018 -0600

    fix windows case sensitivity
    
    Allow paths to vary in case in unit tests on Windows.
==> git describe --tags --dirty <==
v1.14.0-4-g6766b7399-dirty
==> git status <==
HEAD detached from 6914bb41f
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:   numpy/__init__.py

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

	bld.bat
	record.txt

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