==> git log -n1 <==
commit 333b97f6d1f30ded520b8784b7d77dfa41d1397b
Author: Boxiang Sun <daetalusun@gmail.com>
Date:   Tue Sep 18 03:44:03 2018 +0800

    Release Py_buffer after gets its underlying pointer
    
    PyObject_GetBuffer will increment the reference of Py_buffer, when the
    buffer is no longer being used, we should call PyBuffer_Release to
    reduce the reference count.
    
    See https://docs.python.org/3/c-api/buffer.html#c.PyBuffer_Release
    
    Task-number: PYSIDE-140
    Change-Id: Ia7c231aff317252db83b2405237031fc73af2651
    Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
    Reviewed-by: Christian Tismer <tismer@stackless.com>
==> git describe --tags --dirty <==
maya1-76-g333b97f6d-dirty
==> git status <==
On branch 5.6
Your branch is ahead of 'origin/5.6' by 1 commit.
  (use "git push" to publish your local commits)

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)
  (commit or discard the untracked or modified content in submodules)

	modified:   sources/pyside2-tools (new commits)
	modified:   sources/pyside2/PySide2/CMakeLists.txt
	modified:   sources/pyside2/PySide2/support/signature/loader.py
	modified:   sources/pyside2/PySide2/support/signature/mapping.py
	modified:   wiki (modified content, untracked content)

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	build_env_setup.bat
	conda_build.bat

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