==> git log -n1 <==
commit 7e2fa9823c1fbf94091ae6024b4cbf04d914581c
Author: Siu Kwan Lam <michael.lam.sk@gmail.com>
Date:   Wed Jul 17 21:08:53 2019 -0500

    Merge pull request #4334 from sklam/misc/changelog0.45_update
    
    Update 0.45.0 changelog
==> git describe --tags --dirty <==
0.45.0-dirty
==> git status <==
HEAD detached at 0.45.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
	deleted:    numba/tests/jitclass_usecases.py
	deleted:    numba/tests/overload_usecases.py

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

	build_env_setup.bat
	conda_build.bat
	record.txt

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