==> git log -n1 <==
commit 4671d0701f27f3ba8f97cdf0dc8d7e40d5ba9591
Author: Stuart Archibald <redacted>
Date:   Tue Mar 6 10:23:01 2018 +0000

    Obtain and prefer custom gfortran from env var
    
    Allows the use of a custom gfortran executable supplied by the
    GFORTRAN environment variable.
==> git describe --tags --dirty <==
v1.14.3-11-g4671d0701-dirty
==> git status <==
HEAD detached from v1.14.3
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)

	numpy/fft/tests/test_fft.py
	numpy_test.py
	record.txt
	setup_base.sh

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