==> git log -n1 <==
commit b4e797ffdf3bee1ff487db337443ee367ed8bdd9
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Sun Dec 24 19:00:57 2017 +0000

    Prefer getenv("TOPSRCDIR") over STRINGIFY(TOPSRCDIR)
    
    Because STRINGIFY is greedy and will convert all parts of the string that match
    any define. In my case I had -D"TOPSRCDIR=/opt/conda-linux-32/.." which got
    converted to "conda-1-32/.." since linux is defined as 1.
==> git describe --tags --dirty <==
v4.5.0-9-gb4e797ff
==> git status <==
HEAD detached from v4.5.0
Untracked files:
  (use "git add <file>..." to include in what will be committed)

	bld.bat

nothing added to commit but untracked files present (use "git add" to track)
