|
||||||||
|
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/groups/opt_out.

I have submitted a pull request which switches from using "git show" (which included commits which were not part of the changes) to using "git log".
https://github.com/jenkinsci/git-client-plugin/pull/7
The corresponding Git command for the original issue becomes:
git log --full-history --no-abbrev --format=raw -M --raw 2788f90d10b251842a194d301c7badc71d87a279..bee56170f462e3c62031c2b9206bb425d3fb09ff
This should generate smaller output (restricting to relevant commits), in much less time.