|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Same bug for me, with git 1.9.0, and a downgrade to git 1.8.2.3 fix the problem.
Git command use by the plugin are prompted in the log file, and git status are used just before git commit and git push.
git status output of 1.8.2.3 and 1.9.0 version are different. Maybe the problem come from there.
git status has a --porcelain option, dedicated for automated processing, with an output that not change between versions.