==> git log -n1 <==
commit fcf395dbc7ccfd5130b2c38a243056820034081f
Author: Ray Donnelly <mingw.android@gmail.com>
Date:   Tue Oct 17 05:05:21 2017 -0700

    Redo the creation of shortcuts
    
    It was very hard to follow and recent changes meant
    that both 'system' and 'script' shortcuts went through
    cwp.py. This meant that it was impossible to avoid even
    when you wanted to call activate.bat. I have made it so
    that 'script' still does this but 'system' does not
    
    Also, I simplified the code and fixed some bugs around
    variable expansion and also implemented special handling
    of cmd.exe /K or /C which was necesary to allow spaces in
    arguments.
==> git describe --tags --dirty <==
1.4.10
==> git status <==
HEAD detached at 1.4.10
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)
