==> git log -n1 <==
commit f118cda06074193f2571f724a0abf77c56dd0ea9
Merge: 640c353fa 57d4ba092
Author: Siu Kwan Lam <michael.lam.sk@gmail.com>
Date:   Mon Nov 26 14:05:45 2018 -0600

    Merge master into release0.41
==> git describe --tags --dirty <==
0.41.0-dirty
==> git status <==
HEAD detached at 0.41.0
Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	deleted:    numba/tests/annotation_usecases.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")
