|
||||||||
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 |
[JIRA] (JENKINS-13580) git plugin "included regions" feature is bypassed when evaluating a merge commit
scm_issue_l...@java.net (JIRA) Mon, 25 Jun 2012 17:58:23 -0700
- [JIRA] (JENKINS-13580) git plugin "inc... scm_issue_l...@java.net (JIRA)
- [JIRA] (JENKINS-13580) git plugin &quo... scm_issue_l...@java.net (JIRA)
Code changed in jenkins
User: Nathan J. Mehl
Path:
src/main/java/hudson/plugins/git/GitAPI.java
http://jenkins-ci.org/commit/git-plugin/3c83d2e4d38dd882cb7ddd096ff90c936e1f3e7a
Log:
[FIXED JENKINS-13580] Use 'git whatchanged' instead of 'git show'
This forces file-by-file evaluation necessary for included/excluded
regions to be applied correctly to merge commits.
See: https://issues.jenkins-ci.org/browse/JENKINS-13580, which we
believe is resolved here.