Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Atlassian Bamboo does a quationable check-out using jgit that leaves a lot of changes appearing on "git show", which subsequently confuses the parsing. Changing the command to use "git rev-parse --verify HEAD^
{commit}" will always output just the sha1, reducing any chance of confusion in the parsing.