-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[Master] Ignoring mass reformatting commits with git blame #20578
[Master] Ignoring mass reformatting commits with git blame #20578
Conversation
Hey @mozga-intel , Thanks for submitting the PR
CI supported jobs: [centos-cpu, miscellaneous, unix-gpu, edge, windows-gpu, centos-gpu, clang, sanity, windows-cpu, unix-cpu, website] Note: |
@mxnet-bot run ci [windows-gpu, windows-cpu, centos-gpu] |
Jenkins CI successfully triggered : [windows-gpu, centos-gpu, windows-cpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
096d37b
to
5a6a5f9
Compare
@mxnet-bot run ci [centos-gpu, centos-cpu] |
@mxnet-bot run ci [centos-gpu, centos-cpu, windows-gpu] |
Jenkins CI successfully triggered : [centos-cpu, windows-gpu, centos-gpu] |
5a6a5f9
to
feb9a93
Compare
@mxnet-bot run ci [all] |
Jenkins CI successfully triggered : [clang, miscellaneous, windows-cpu, website, sanity, unix-cpu, centos-gpu, centos-cpu, windows-gpu, unix-gpu, edge] |
Description
Ignoring bulk change commits with git blame ~ Using --ignore-rev, one can specify a commit to be ignored by git blame.
We can call git blame with the --ignore-revs-file option to ignore all these commits at once:
Before:
After:
Checklist
Essentials
Changes
Comments