==> git log -n1 <==
commit a9e21dbca769aa3bcde0dce11242ed266296944d
Author: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date:   Mon Aug 13 01:51:04 2018 -0400

    BUG: Fix printing of longdouble on ppc64le.
    
    The high and low parts of the IBM double-double always come in the same
    order, regardless of the endianness of the system, according to [1].
    
    [1] https://www.ibm.com/support/knowledgecenter/en/ssw_aix_71/com.ibm.aix.genprogc/128bit_long_double_floating-point_datatype.htm
==> git describe --tags --dirty <==
v1.15.0-6-ga9e21db
==> git status <==
# Not currently on any branch.
# Untracked files:
#   (use "git add <file>..." to include in what will be committed)
#
#	install_base.sh
#	numpy/fft/tests/test_fft.py
#	record.txt
nothing added to commit but untracked files present (use "git add" to track)
