|
||||||||
|
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.

Code changed in jenkins
User: Mark Waite
Path:
src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
src/test/java/org/jenkinsci/plugins/gitclient/WarnTempDirValueTest.java
http://jenkins-ci.org/commit/git-client-plugin/96f9c8bd9c1229bfe644e0a30356208890a53696
Log:
[Fix JENKINS-22706] Warn Windows users if TEMP or TMP value contains embedded space
Some msysgit internal credentials operations fail with a message that
"C:\Program" is not a valid path if the TEMP or TMP directory name
contains an embedded space.
This warning is intended to help the user diagnose and repair their
configuration error.