Merge pull request #13554 from birarda/bug/conflicted-pr-build

grab correct commit hash for conflicting PR
This commit is contained in:
Stephen Birarda 2018-07-05 15:43:32 -07:00 committed by GitHub
commit 9fc5ba0d8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ macro(SET_PACKAGING_PARAMETERS)
# for the second parent of HEAD (not HEAD) since that is the
# SHA of the commit merged to master for the build
if (PR_BUILD)
set(_GIT_LOG_FORMAT "%p")
set(_GIT_LOG_FORMAT "%p %h")
else ()
set(_GIT_LOG_FORMAT "%h")
endif ()