Revision number parsing can fail with lots of unstaged changes
--------------------------------------------------------------

                 Key: SCM-624
                 URL: http://jira.codehaus.org/browse/SCM-624
             Project: Maven SCM
          Issue Type: Bug
            Reporter: Kristian Rosenvold


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.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to