==> git log -n1 <==
commit fed07c578cb1b478ac29a439876da68170738f11
Merge: 50151e1d5 3b6d9a0fc
Author: Siu Kwan Lam <michael.lam.sk@gmail.com>
Date:   Wed Oct 9 17:37:52 2019 -0500

    Merge pull request #4685 from sklam/misc/changelog
    
    Apply #4682 to 0.46 release branch
==> git describe --tags --dirty <==
0.46.0-dirty
==> git status <==
HEAD detached at 0.46.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
	metadata_conda_debug.yaml
	record.txt

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